CMS 3D CMS Logo

xdaq_compat.cc
Go to the documentation of this file.
1 #ifndef HAVE_XDAQ
3 
4 std::string toolbox::toString(const char* format, ...) {
5  va_list varlist;
6  va_start(varlist, format);
7  char tmp[512];
8  vsnprintf(tmp, 512, format, varlist);
9  return tmp;
10 }
11 
12 #endif
std::string toString(const char *format,...)
Definition: xdaq_compat.cc:4
tmp
align.sh
Definition: createJobs.py:716