XLKit utilities.
More...
#include <xlkit/xlversion.hpp>
#include <string>
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
|
std::string | xlkit::XLKIT_VERSION_NAME::strprintfV (const char *fmt, va_list args) |
| vsprintf() analog that returns an std::string
|
|
std::string | xlkit::XLKIT_VERSION_NAME::strprintf (const char *fmt,...) |
| sprintf() analog that returns an std::string
|
|