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