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