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