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