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