c
while (i < bufsize && (pg - page < len) && buf[i++] = *pg++);
