__strdup

Name

__strdup -- mangle of 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.