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