Tue, 09 Oct 2012 16:46:29 +0200
some fixes
/* * */ #ifndef MEMSTREAM_TEST_H #define MEMSTREAM_TEST_H #include "ucx/test.h" #include "ucx/memstream.h" #ifdef __cplusplus extern "C" { #endif /* assume open and close to be correct */ UCX_TEST_DECLARE(test_ucx_memseektell) UCX_TEST_DECLARE(test_ucx_memputc) UCX_TEST_DECLARE(test_ucx_memgetc) UCX_TEST_DECLARE(test_ucx_memwrite) UCX_TEST_DECLARE(test_ucx_memread) UCX_TEST_DECLARE(test_ucx_memprintf) UCX_TEST_DECLARE(test_ucx_memscanf) #ifdef __cplusplus } #endif #endif /* MEMSTREAM_TEST_H */