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