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