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