Added helper functions for message string manipulation

This commit is contained in:
2023-04-04 08:06:44 -05:00
parent 13858dc352
commit f3f66297c2
2 changed files with 23 additions and 0 deletions

6
message_helpers.h Normal file
View File

@@ -0,0 +1,6 @@
/* If the message contains a string of the form:
TO: <Username>
then return 'Username' */
char* fetch_address(char* message);