/* If the message contains a string of the form: : Then return 'value' */ char* fetch_from_string(char* message, char* indicator); /* If the message contains a string of the form: START_OF_MESSAGE END_OF_MESSAGE Then return */ char* fetch_message_string(char* message);