dmlfw (Daniyal Machine Learning Framework)
dmlfw_utils_string.h
Go to the documentation of this file.
1#ifndef __DMLFW__UTILS__STRING__
2#define __DMLFW__UTILS__STRING__
70int dmlfw_strcmp_case_insensitive(const char *left, const char *right);
71
72
83void dmlfw_uint32_to_binary(uint32_t number, char *string);
84
85#endif // __DMLFW__UTILS__STRING__
///< End of utils_string group
void dmlfw_uint32_to_binary(uint32_t number, char *string)
Converts a 32-bit unsigned integer to a binary string.
int dmlfw_strcmp_case_insensitive(const char *left, const char *right)
Compares two strings ignoring case differences.