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