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