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