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