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