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