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