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