test/list_tests.h@df8140ba781c
test/list_tests.h
Sat, 31 Dec 2011 19:05:26 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 31 Dec 2011 19:05:26 +0100
- changeset 10
- df8140ba781c
- parent 9
-
013c5c4b7e44
- child 12
-
fe50a85e69e7
- permissions
- -rw-r--r--
added list implementation
/*
* 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 list_tests();
#ifdef __cplusplus
}
#endif
#endif /* LIST_TESTS_H */