1 #define LargestIntegralType unsigned long long 4 const char*
const expression,
5 const char *
const file,
const int line)
12 const char *
const file,
const int line)
19 const char *
const file,
const int line)
27 const char *
const expression,
28 const char *
const file,
35 const char *
const file,
const int line)
41 const char *file,
const int line)
47 const size_t size,
const char*
const file,
54 const size_t size,
const char*
const file,
76 const size_t number_of_values,
const char*
const file,
const int line)
83 const size_t number_of_values,
const char*
const file,
const int line)
void _assert_memory_equal(const void *const a, const void *const b, const size_t size, const char *const file, const int line)
void _assert_int_equal(const LargestIntegralType a, const LargestIntegralType b, const char *const file, const int line)
void _assert_memory_not_equal(const void *const a, const void *const b, const size_t size, const char *const file, const int line)
void _assert_in_range(const LargestIntegralType value, const LargestIntegralType minimum, const LargestIntegralType maximum, const char *const file, const int line)
void _assert_return_code(const LargestIntegralType result, size_t rlen, const LargestIntegralType error, const char *const expression, const char *const file, const int line)
void _assert_not_in_set(const LargestIntegralType value, const LargestIntegralType values[], const size_t number_of_values, const char *const file, const int line)
void _assert_string_equal(const char *const a, const char *const b, const char *const file, const int line)
#define LargestIntegralType
void _assert_not_in_range(const LargestIntegralType value, const LargestIntegralType minimum, const LargestIntegralType maximum, const char *const file, const int line)
void _assert_string_not_equal(const char *const a, const char *const b, const char *file, const int line)
void _assert_true(const LargestIntegralType result, const char *const expression, const char *const file, const int line)
void _assert_in_set(const LargestIntegralType value, const LargestIntegralType values[], const size_t number_of_values, const char *const file, const int line)
void _assert_int_not_equal(const LargestIntegralType a, const LargestIntegralType b, const char *const file, const int line)