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