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