forked from KolibriOS/kolibrios
bugfixing
git-svn-id: svn://kolibrios.org@6412 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
char* strdup(char* str)
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
char* strdup(const char* str)
|
||||
{
|
||||
char* res;
|
||||
int len;
|
||||
|
Reference in New Issue
Block a user