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