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