test/string_tests.h

Thu, 04 Oct 2012 19:46:10 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 04 Oct 2012 19:46:10 +0200
changeset 45
dd03226c1a6b
parent 39
bf8ab7bb74ff
child 47
22fb97e9f58a
permissions
-rw-r--r--

map counts elements

/* 
 *
 */

#ifndef STRING_TESTS_H
#define	STRING_TESTS_H

#include "ucx/test.h"
#include "ucx/string.h"

#ifdef	__cplusplus
extern "C" {
#endif

UCX_TEST_DECLARE(test_sstrsplit)

#ifdef	__cplusplus
}
#endif

#endif	/* MPOOL_TESTS_H */

mercurial