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