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