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