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