Wed, 10 Oct 2012 09:32:06 +0200
discarded memprintf / memscanf
Reason: memscanf has no chance to get the amount of bytes read
| 54 | 1 | /* |
| 2 | * | |
| 3 | */ | |
| 4 | ||
| 5 | #ifndef LOGGING_TESTS_H | |
| 6 | #define LOGGING_TESTS_H | |
| 7 | ||
| 8 | #include "ucx/test.h" | |
| 9 | #include "ucx/logging.h" | |
| 10 | ||
| 11 | #ifdef __cplusplus | |
| 12 | extern "C" { | |
| 13 | #endif | |
| 14 | ||
| 15 | UCX_TEST_DECLARE(test_ucx_logger_log) | |
| 16 | ||
| 17 | #ifdef __cplusplus | |
| 18 | } | |
| 19 | #endif | |
| 20 | ||
| 21 | #endif /* LOGGING_TESTS_H */ | |
| 22 |