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