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