| |||
| Home > RealView Debugger Predefined Macros > Predefined macros listed by function > String manipulation | |||
Table 3.4 contains a summary of the string manipulation macros.
Table 3.4. String manipulation
| Description | Macro |
|---|---|
Concatenates two strings. | strcat on strcat |
Locates the first occurrence of a character in a string. | strchr on strchr |
Compares two strings. | strcmp on strcmp |
Copies a string. | strcpy on strcpy |
Performs string comparison without case distinction. | stricmp on stricmp |
Returns string length. | strlen on strlen |
Performs limited comparison of two strings. | strncmp on strncmp |