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