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