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