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