test/map_tests.h@e04822101291
test/map_tests.h
Wed, 08 Feb 2012 23:43:02 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Wed, 08 Feb 2012 23:43:02 +0100
- changeset 24
- e04822101291
- parent 20
-
db7d9860dbbd
- child 29
-
bce0d7f2912b
- permissions
- -rw-r--r--
changed make clean + added dlist_clone with copy test + added va_end statements to string.c
/*
*
*/
#ifndef MAP_TESTS_H
#define MAP_TESTS_H
#include "ucx/map.h"
#ifdef __cplusplus
extern "C" {
#endif
int map_tests();
#ifdef __cplusplus
}
#endif
#endif /* MAP_TESTS_H */