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