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