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