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