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