INDENT_SPACE_STR
(void) strcpy(&buffer[bufoffset], INDENT_SPACE_STR);
#define SPACES_PER_INDENT (strlen(INDENT_SPACE_STR) - 1)