additional/string/string2.h

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 //      string2.h
00003 //-----------------------------------------------------------------------------
00004 
00005 #ifndef _STRING2_H_
00006 #define _STRING2_H_
00007 namespace MPKstring
00008 {
00009 
00010         void FixStringForBackspaces( char str[] ) ;
00011         void TrimLeadingWhitespace( char str[] ) ;
00012         void TrimTrailingWhitespace( char str[] ) ;
00013 }
00014 #endif

Generated on Sat Apr 1 21:30:30 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO