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