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