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