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