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