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