live
Functions
strDup.hh File Reference
#include <string.h>
Include dependency graph for strDup.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strDup (char const *str)
 
char * strDupSize (char const *str)
 
char * strDupSize (char const *str, size_t &resultBufSize)
 

Function Documentation

◆ strDup()

char * strDup ( char const *  str)

◆ strDupSize() [1/2]

char * strDupSize ( char const *  str)

◆ strDupSize() [2/2]

char * strDupSize ( char const *  str,
size_t &  resultBufSize 
)