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