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