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