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