#include <cstdarg>
#include <cstring>
#include <stdexcept>
#include <dlrPortability/standardC.h>
Go to the source code of this file.
Namespaces | |
| namespace | dlr::portability |
| This namespace contains as much of the platform-specific code as possible, making the other libraries more readable. | |
Functions | |
| int | dlr::portability::snprintf (char *targetPtr, size_t targetSize, const char *formatPtr,...) |
(C) Copyright 2004 David LaRose, dlr@alumni.carnegiemellon.edu See accompanying LICENSE file for details.
Definition in file standardC.cpp.
1.5.8