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