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