ucx/ucx.h

changeset 131
fc3af16818a3
parent 127
5418bda21896
child 132
c7d7e4eeb76b
equal deleted inserted replaced
130:633f15ce2ee4 131:fc3af16818a3
51 #ifdef __cplusplus 51 #ifdef __cplusplus
52 #ifndef _Bool 52 #ifndef _Bool
53 #define _Bool bool 53 #define _Bool bool
54 #define restrict 54 #define restrict
55 #endif 55 #endif
56 #define UCX_EXTERN extern "C"
56 extern "C" { 57 extern "C" {
58 #else
59 #define UCX_EXTERN
57 #endif 60 #endif
58 61
59 /** 62 /**
60 * Function pointer to a compare function. 63 * Function pointer to a compare function.
61 * 64 *

mercurial