RTI Connext DDS Micro C API
Version 3.0.1
|
DDS string definitions. More...
Functions | |
char * | DDS_String_alloc (DDS_UnsignedLong length) |
Create a new empty string that can hold up to length characters. | |
char * | DDS_String_dup (const char *str) |
Clone a string. Creates a new string that duplicates the value of string . | |
void | DDS_String_free (char *str) |
Delete a string. | |
RTI_INT32 | DDS_String_cmp (const char *s1, const char *s2) |
Compare two strings. | |
RTI_INT32 | DDS_String_ncmp (const char *s1, const char *s2, DDS_UnsignedLong num) |
Compare two strings. | |
RTI_INT32 | DDS_String_length (const char *string) |
Return the length of a string. |
DDS string definitions.