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