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