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