// Copyright 1995-2005 by Ken Schumack //#include #include #include #include /***** SREMOVESPACES ********************************************************/ /* Removes all occurances of a spaces & tabs in a string -kvs */ /****************************************************************************/ char* sRemoveSpaces(char* parent, char* child) { int i, j, length; length = strlen(parent); for(i=0, j=0; i