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