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