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