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