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