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