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