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