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