Name
smpp_strdup — Duplicate a string
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| char * **smpp_strdup** (
| c)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Duplicate a string. Use smpp_free to free the returned buffer.
- c
-
The character string to duplicate.
This function returns a pointer to the duplicated string.
It is legal to call this function in any thread.
See Also
Was this page helpful?