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