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