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