read_retry
bytes_read = read_retry(STDIN_FILENO, header1, sizeof header1);
static ssize_t read_retry(int, void *, size_t);