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