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