test/memstream_tests.h

Tue, 09 Oct 2012 16:46:29 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 09 Oct 2012 16:46:29 +0200
changeset 57
e18157c52985
parent 56
76caac0da4a0
child 58
733f22fca61a
permissions
-rw-r--r--

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 */

mercurial