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