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