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