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