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