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