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