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