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