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