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