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