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