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