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