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