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