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