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