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