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