Synopsis
char *ugn_Strdup(const char *s)
Purpose
Duplicates a string.
Input
s
Source string.
Return
A dynimcally allocated string if space could be successfully allocated, NULL otherwise.
char *ugn_Strdup(const char *s)
Duplicates a string.
Source string.
A dynimcally allocated string if space could be successfully allocated, NULL otherwise.