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