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