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