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