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