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