![]() |
![]() |
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Defines | |
#define | STRDEL(str) { if ((str)) { free (str); str = NULL; }} |
#define | STRDUP(str) ((str) ? (strcpy ((char*) malloc ((unsigned) strlen (str) + 1), str)) : 0) |
#define STRDEL | ( | str | ) | { if ((str)) { free (str); str = NULL; }} |
Definition at line 18 of file IgSbString.h.
#define STRDUP | ( | str | ) | ((str) ? (strcpy ((char*) malloc ((unsigned) strlen (str) + 1), str)) : 0) |
Definition at line 17 of file IgSbString.h.