Add epicsStrDup().

This commit is contained in:
W. Eric Norum
2003-07-08 19:35:28 +00:00
parent ad6be99ae4
commit 7f56802052
5 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -751,7 +751,7 @@ static void trans( MAC_HANDLE *handle, MAC_ENTRY *entry, long level,
}
/*
* strdup() implementation (because it's not always available)
* strdup() implementation which uses our own memory allocator
*/
static char *Strdup( char *string )
{