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