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