Added helper functions for message string manipulation
This commit is contained in:
6
message_helpers.h
Normal file
6
message_helpers.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
/* If the message contains a string of the form:
|
||||
TO: <Username>
|
||||
then return 'Username' */
|
||||
char* fetch_address(char* message);
|
Reference in New Issue
Block a user