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