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