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