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