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