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