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