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