Mission Base

Program Base Library Functions

void* pbl_strdup

( 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++.