RC_MODE_LEN
char rs_mode[RC_MODE_LEN]; /* mode ("project" only) */
(void) strncpy(mode, hdr.rs_mode, RC_MODE_LEN);
static char mode[RC_MODE_LEN];