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