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