#include <stdarg.h>Go to the source code of this file.
Defines | |
| #define | EXPORT |
Functions | |
| EXPORT int | iasnprintf (char **ret, int incr, int max, const char *fmt,...) |
| EXPORT void | iasnprintfFree (char *) |
| #define EXPORT |
Definition at line 34 of file iasnprintf.h.
| EXPORT int iasnprintf | ( | char ** | ret, | |
| int | incr, | |||
| int | max, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Allocates enough memory for the Formatted string, up to max specified. With max set to -1, allocates as much size as needed. Memory must be freed using free.
| EXPORT void iasnprintfFree | ( | char * | ) |
1.6.1