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