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