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