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