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