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