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

StringCat

Concatenate two strings

SYNOPSIS

#include "dip_string.h"

dip_Error dip_StringCat ( newStr, str1, str2, cstr, resources )

FUNCTION

Concatenates str1 and str2 and puts the result in newStr, which is allocated. If str2 is 0, cstr is used instead.

ARGUMENTS

Data typeNameDescription
dip_String *newStrDestination
dip_Stringstr1First string
dip_Stringstr2Second string
char *cstrSecond string
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

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