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