23 user = calloc(1,
sizeof(
User));
27 if (user->
Name == NULL)
45 free((
char*)user->
Name);
Declaration of the STRDUP macro that hides the differences between how strdup() is declared in differ...
#define STRDUP
Define STRDUP to be the operating system-specific version of strdup().
Represents a user with a name.
const char * Name
The name of the user.