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