ucx/ucx.h

changeset 5
a1740117e2b7
child 18
69636f81db31
equal deleted inserted replaced
4:dbc31727b38e 5:a1740117e2b7
1 /*
2 * File: ucx.h
3 * Author: olaf
4 *
5 * Created on 31. Dezember 2011, 17:17
6 */
7
8 #ifndef UCX_H
9 #define UCX_H
10
11 #include <stdlib.h>
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 typedef int(*ucx_callback)(void*,void*);
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif /* UCX_H */
24

mercurial