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