ref: f17dd78b96f5ab3be0ab991542f28ee7b61502f5 dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }