RTI Connext Micro
Version 2.4.1.0
|
String interface definition. More...
Go to the source code of this file.
Functions | |
void | OSAPI_Memory_copy (void *dest, const void *src, RTI_SIZE_T size) |
Copies size bytes from non-overlapping src to dest. | |
void | OSAPI_Memory_zero (void *mem, int size) |
Sets memory region to 0. | |
RTI_INT32 | OSAPI_Memory_compare (const void *left, const void *right, RTI_SIZE_T size) |
Byte-wise compare of two memory regions. | |
void | OSAPI_Memory_move (void *dest, const void *source, RTI_SIZE_T size) |
Moves size bytes from non-overlapping src to dest. | |
void * | OSAPI_Memory_fndchr (const void *s, RTI_INT32 c, RTI_SIZE_T n) |
Locate byte in byte string. | |
RTI_SIZE_T | OSAPI_String_length (const char *s) |
Return length of ASCIIZ string. | |
RTI_INT32 | OSAPI_String_cmp (const char *l, const char *r) |
Compare two ASCIIZ strings. | |
RTI_INT32 | OSAPI_String_ncmp (const char *l, const char *r, RTI_SIZE_T num) |
Compare two ASCIIZ strings. |
String interface definition.
Memory utilities.