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