#include "StringUtil.hh"
#include <iterator>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "snprintf.c"
Go to the source code of this file.
Namespaces | |
log4cpp | |
Macros | |
#define | HAVE_SNPRINTF |
#define | PREFER_PORTABLE_SNPRINTF |
#define | VSNPRINTF portable_vsnprintf |
#define HAVE_SNPRINTF |
Definition at line 20 of file StringUtil.cpp.
#define PREFER_PORTABLE_SNPRINTF |
Definition at line 21 of file StringUtil.cpp.
#define VSNPRINTF portable_vsnprintf |
Definition at line 30 of file StringUtil.cpp.