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