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