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