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