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