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