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