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