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