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