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