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