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