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