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