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