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