I\'m trying to take as an input a string of unknown size.
char *command_input() { char *string_input = (char *)malloc(sizeof(char)); if (string_input