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