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