test/list_tests.h@e04822101291
test/list_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 19
-
cdd7a3173249
- child 27
-
22644e2572bc
- permissions
- -rw-r--r--
changed make clean + added dlist_clone with copy test + added va_end statements to string.c
/*
* File: list_tests.h
* Author: olaf
*
* Created on 31. Dezember 2011, 18:07
*/
#ifndef LIST_TESTS_H
#define LIST_TESTS_H
#ifdef __cplusplus
extern "C" {
#endif
int dlist_tests();
#ifdef __cplusplus
}
#endif
#endif /* LIST_TESTS_H */