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