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