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