[go: up one dir, main page]

Menu

[97a570]: / src / utils.h  Maximize  Restore  History

Download this file

12 lines (8 with data), 206 Bytes

 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