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