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