R3StrDup

FUNCTION:

R3StrDup

TEMPLATE:

char *R3StrDup(char *s);

PARAMETERS:

s - string to be duplicated

RETURN VALUE:

pointer to duplicated string

DESCRIPTION:

Duplicates the given string.

SEE ALSO:

R3StrFree