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