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