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