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