universe@56: /* universe@56: * universe@56: */ universe@56: universe@56: #ifndef MEMSTREAM_TEST_H universe@56: #define MEMSTREAM_TEST_H universe@56: universe@56: #include "ucx/test.h" universe@56: #include "ucx/memstream.h" universe@56: universe@56: #ifdef __cplusplus universe@56: extern "C" { universe@56: #endif universe@56: universe@56: /* assume open and close to be correct */ universe@56: universe@56: UCX_TEST_DECLARE(test_ucx_memseektell) universe@56: UCX_TEST_DECLARE(test_ucx_memputc) universe@56: UCX_TEST_DECLARE(test_ucx_memgetc) universe@56: UCX_TEST_DECLARE(test_ucx_memwrite) universe@56: UCX_TEST_DECLARE(test_ucx_memread) universe@56: UCX_TEST_DECLARE(test_ucx_memprintf) universe@56: UCX_TEST_DECLARE(test_ucx_memscanf) universe@56: universe@56: #ifdef __cplusplus universe@56: } universe@56: #endif universe@56: universe@56: #endif /* MEMSTREAM_TEST_H */ universe@56: