Copy a String
#include "dip_string.h"
dip_Error dip_StringCopy ( new, src, resources )
Thsi function copies string src to new.
Data type | Name | Description |
dip_String * | new | Pointer to a destination dip_String strcture |
dip_String | src | Source string |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
StringNew, StringCompare, StringCompareCaseInsensitive, StringCat, StringCrop, UnderscoreSpaces
DIPlib on-line documentation | Function reference | Global function index