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