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