__strdup

Name

__strdup -- alias for strdup

Synopsis

char * __strdup(const char string);

Description

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

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