#ifndef __MAILSYNC_UTILS__ #include #include using namespace std; void print_with_escapes( FILE* f, const string& str); char* nccs( const string& s); #define __MAILSYNC_UTILS__ #endif