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