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