strdup()
function). NSAPI_PUBLIC
char *ldapu_strdup(const char *ptr);
Name | Description |
---|---|
ptr | The string that you want to copy. |
NULL
.
ldapu_free()
function.
If you just want to allocate memory, call the ldapu_malloc()
function.
ldapu_free()
, ldapu_malloc()
.