size_t exec_command_len = parse_command(command, exec_command, SPACE_DELIMITER); code example
Example: c++ size_t
// size_t is a type definition for unsigned long long
// This means that writing size_t is the excact same as
// writing unsigned long long