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