Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

pantheios/util/string/snprintf.h File Reference


Detailed Description

[C, C++] snprintf() utility functions.

#include <pantheios/pantheios.h>
#include <stdarg.h>

Go to the source code of this file.

Namespaces

namespace  pantheios

Functions

int pantheios_util_snprintf (pan_char_t *dest, size_t cchDest, const pan_char_t *fmt,...)
 An snprintf()-equivalent that insulates Pantheios implementation code from the peculiarities of different compilers and/or libraries.
int pantheios_util_vsnprintf (pan_char_t *dest, size_t cchDest, pan_char_t const *fmt, va_list args)
 A vsnprintf()-equivalent that insulates Pantheios implementation code from the peculiarities of different compilers and/or libraries.

pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 SourceForge.net Logo