Closed rogersm closed 6 years ago
The following functions:
char strdup ( const char s ); int strcasecmp ( const char s1, const char s2 );
are part of libc, so this patch removes them from the codebase.
The following functions:
char strdup ( const char s );
int strcasecmp ( const char s1, const char s2 );
are part of libc, so this patch removes them from the codebase.