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