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