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