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