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