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