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