BSKCHAR* BSKStringDup( BSKCHAR* str );Inputs:
Description: Duplicates the given string and returns the copy. This function must be used (rather than the string library function strdup) because some platforms may need to redefine BSKMalloc and BSKFree (bskenv.h) to meet their own memory allocation/deallocation needs, and the string duplication function must use their routines.
Return to the API
Return to the function listing