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