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