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