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