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