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