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