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