DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

StringCopy

Copy a String

SYNOPSIS

#include "dip_string.h"

dip_Error dip_StringCopy ( new, src, resources )

FUNCTION

Thsi function copies string src to new.

ARGUMENTS

Data typeNameDescription
dip_String *newPointer to a destination dip_String strcture
dip_StringsrcSource string
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

StringAppend, StringCat, StringCompare, StringCompareCaseInsensitive, StringCrop, StringNew, StringReplace, UnderscoreSpaces