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