mcStringTrim — Remove leading and trailing white space characters
#include <memcom.h> char* mcStringTrim(char* string);
mcStringTrim
trims a string, i.e it
removes all leading and trailing "white space" characters (space,
tab, carriage-return, newline, vertical-tab, form-feed, etc.). If
completed successfully, the function returns 0. Otherwise, a
negative value indicating the MemCom
error number is returned.