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