strdup
Example: strdup | String Manipulation Functions |
Duplicates a string.
char *strdup( const char *string);
string | The string that is duplicated. |
Return Values
strdup returns the duplicated string.
Example: strdup | String Manipulation Functions |
Duplicates a string.
char *strdup( const char *string);
string | The string that is duplicated. |
strdup returns the duplicated string.
Tips to improve your search results... VuGen Function ReferenceVersion 24.1-24.3Function Reference24.1-24.3AllView Local Help CenterView Online Help CenterVersion: