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