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