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