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