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