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