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