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