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