mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
25 stars 11 forks source link

Remove strcasecmp strdup from codebase #31

Closed rogersm closed 6 years ago

rogersm commented 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.