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