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