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