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