__strdup

Name

__strdup -- alias for strdup

Synopsis

char *__strdup(__const char *string);

Description

__strdup(string) has the same specification as strdup(string).

__strdup is not in the source standard; it is only in the binary standard.