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