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