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