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