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