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