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