Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
add strdup
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 19, 2011
1 parent b7b51e2 commit acb78ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/stdc/string.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ pure char* strstr(in char* s1, in char* s2);
char* strtok(char* s1, in char* s2);
char* strerror(int errnum);
pure size_t strlen(in char* s);
char* strdup(in char *s);

0 comments on commit acb78ca

Please sign in to comment.