char * __strdup(const char * string);
char * __strdup
__strdup() has the same specification as strdup().
__strdup() is not in the source standard; it is only in the binary standard.