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