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