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