blob: bdeaec40e7085cf06ffe5e4fffb534dbe8edc8be [file] [log] [blame]
#ifndef STRINGPRINTF_H_
#define STRINGPRINTF_H_
#include <string>
using namespace std;
string StringPrintf(const char* fmt, ...);
#endif // STRINGPRINTF_H_