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