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