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