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