AR_DATE_SIZE
char date[AR_DATE_SIZE+1]; /* Same, before conversion to numeric
memcpy(n->date, &(hdr->ar_date), AR_DATE_SIZE);
n->date[AR_DATE_SIZE] = '\0';