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