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