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