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