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