silc_asprintf
SYNOPSIS
int silc_asprintf(char **ptr, const char *format, ...)
DESCRIPTION
Same as silc_snprintf but allocates a string large enough to hold the output including the trailing '\0'. The caller must free the `ptr'.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
int silc_asprintf(char **ptr, const char *format, ...)
DESCRIPTION
Same as silc_snprintf but allocates a string large enough to hold the output including the trailing '\0'. The caller must free the `ptr'.