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