9 #ifndef _STRUS_BASE_STRING_FORMAT_HPP_INCLUDED 
   10 #define _STRUS_BASE_STRING_FORMAT_HPP_INCLUDED 
   28 std::string 
string_format( 
const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
 
std::string string_format(const char *fmt, va_list ap)
Get a string built from a format string and arguments.