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