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