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