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