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