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