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