2 #ifndef _util_misc_string_h
3 #define _util_misc_string_h
11 strdup (
const char *
string)
13 return string ? strcpy ((
char *) malloc (strlen (
string) + 1),
string) : 0;
Generated at Sun Aug 16 2015 21:52:08 for MPQC
2.3.1 using the documentation package Doxygen
1.8.9.1.