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