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