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