LINE_BUFFER_SIZE
static char sLineBuffer[HISTORY_SIZE][LINE_BUFFER_SIZE] = { "", };
read_line(line, LINE_BUFFER_SIZE, &editingHelper);