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