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