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