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