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 25.1Function Reference25.1AllView Local Help CenterView Online Help CenterVersion: