7 lines
137 B
C
7 lines
137 B
C
|
|
|
|
/* If the message contains a string of the form:
|
|
TO: <Username>
|
|
then return 'Username' */
|
|
char* fetch_dest_user_string(char* message);
|