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