// Copyright 1995-2005 by Ken Schumack #include #include #include #include /***** SREMOVEWHITESPACE ****************************************************/ /* Removes all occurances of white space in a string -kvs */ /****************************************************************************/ char* sRemoveWhiteSpace(char* parent, char* child) { int i, j, length; length = strlen(parent); for(i=0, j=0; i