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