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