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