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