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