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