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