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