Same as the standard library calloc
Same as the standard library realloc
Same as the standard library memcpy
Same as the standard library memset
Same as the standard library memcmp
Same as the standard library memmove
IMPORT_C CDF_STRING | CDF_strcpy | ( | CDF_STRING | pDst, |
const CDF_STRING | pSrc | |||
) |
Same as the standard library strcpy
IMPORT_C CDF_S32 | CDF_strcmp | ( | const CDF_STRING | pSrc1, |
const CDF_STRING | pSrc2 | |||
) |
Same as the standard library strcmp
IMPORT_C CDF_S32 | CDF_strncmp | ( | const CDF_STRING | pSrc1, |
const CDF_STRING | pSrc2, | |||
const CDF_SIZET | nSize | |||
) |
Same as the standard library strncmp
IMPORT_C CDF_STRING | CDF_strcat | ( | CDF_STRING | pDst, |
const CDF_STRING | pSrc | |||
) |
Same as the standard library strcat
IMPORT_C CDF_S32 | CDF_sprintf | ( | CDF_STRING | sBuffer, |
const CDF_STRING | sFormat, | |||
... | ||||
) |
Same as standard library sprintf