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