silc_strdup
SYNOPSIS
char *silc_strdup(const char *str);
DESCRIPTION
Duplicates the string indicated by `str' and returns the duplicated string. Returns NULL on error and sets silc_errno.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
char *silc_strdup(const char *str);
DESCRIPTION
Duplicates the string indicated by `str' and returns the duplicated string. Returns NULL on error and sets silc_errno.