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