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