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