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