/**************************************************************************** PROJECT: FlowerSoft C++ library FILE : quote.h --*/ #ifndef __QUOTE_H #define __QUOTE_H const char* quoteChar( const char* message, const char quote ); const char* quoteString( const char* message, const char *quote ); #endif // __QUOTE_H //