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