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