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