test/memstream_tests.h

changeset 56
76caac0da4a0
child 58
733f22fca61a
equal deleted inserted replaced
55:180bc6b18fec 56:76caac0da4a0
1 /*
2 *
3 */
4
5 #ifndef MEMSTREAM_TEST_H
6 #define MEMSTREAM_TEST_H
7
8 #include "ucx/test.h"
9 #include "ucx/memstream.h"
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 /* assume open and close to be correct */
16
17 UCX_TEST_DECLARE(test_ucx_memseektell)
18 UCX_TEST_DECLARE(test_ucx_memputc)
19 UCX_TEST_DECLARE(test_ucx_memgetc)
20 UCX_TEST_DECLARE(test_ucx_memwrite)
21 UCX_TEST_DECLARE(test_ucx_memread)
22 UCX_TEST_DECLARE(test_ucx_memprintf)
23 UCX_TEST_DECLARE(test_ucx_memscanf)
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif /* MEMSTREAM_TEST_H */
30

mercurial