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