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