test/list_tests.h

changeset 9
013c5c4b7e44
child 12
fe50a85e69e7
equal deleted inserted replaced
8:9cd2b2460db0 9:013c5c4b7e44
1 /*
2 * File: list_tests.h
3 * Author: olaf
4 *
5 * Created on 31. Dezember 2011, 18:07
6 */
7
8 #ifndef LIST_TESTS_H
9 #define LIST_TESTS_H
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 int list_tests();
16
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif /* LIST_TESTS_H */
23

mercurial