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