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