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