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