Program Base Library Functions
( char* tag, char* data )
Duplicate a string, similar to strdup().
Documentation
Duplicate a string, similar to strdup().
- Parameters:
- tag - tag used for memory leak detection
data - string to duplicate
- Returns:
- void * retptr == NULL: OUT OF MEMORY
void * retptr != NULL: pointer to buffer allocated
Alphabetic index
This page was generated with the help of DOC++.