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