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