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