test/memstream_tests.h

Wed, 10 Oct 2012 09:32:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Oct 2012 09:32:06 +0200
changeset 58
733f22fca61a
parent 56
76caac0da4a0
child 59
c80c910fe191
permissions
-rw-r--r--

discarded memprintf / memscanf

Reason: memscanf has no chance to get the amount of bytes read

     1 /* 
     2  *
     3  */
     5 #ifndef MEMSTREAM_TEST_H
     6 #define	MEMSTREAM_TEST_H
     8 #include "ucx/test.h"
     9 #include "ucx/memstream.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 /* assume open and close to be correct */
    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)
    23 #ifdef	__cplusplus
    24 }
    25 #endif
    27 #endif	/* MEMSTREAM_TEST_H */

mercurial