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