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