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