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