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