test/main.h

changeset 27
22644e2572bc
child 103
08018864fb91
equal deleted inserted replaced
26:59f147baea31 27:22644e2572bc
1 /*
2 * File: main.h
3 * Author: Mike
4 *
5 * Created on 18. Februar 2012, 18:33
6 */
7
8 #ifndef MAIN_H
9 #define MAIN_H
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 /* Some functions that are shared over the test */
16 int cmp_string(void*, void*, void*);
17 void* copy_string(void*, void*);
18
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif /* MAIN_H */
25

mercurial