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