Download this file
1 2 3 4 5 6 7 8 9 10 11
#ifndef __MAILSYNC_UTILS__ #include <stdio.h> #include <string> using namespace std; void print_with_escapes( FILE* f, const string& str); char* nccs( const string& s); #define __MAILSYNC_UTILS__ #endif