src/cx/list.h

changeset 669
dce9b8450656
parent 667
2f88a7c13a28
child 677
b09aae58bba4
equal deleted inserted replaced
668:d7129285ac32 669:dce9b8450656
44 #ifdef __cplusplus 44 #ifdef __cplusplus
45 extern "C" { 45 extern "C" {
46 #endif 46 #endif
47 47
48 #ifndef CX_STORE_POINTERS 48 #ifndef CX_STORE_POINTERS
49 /**
50 * Special constant used for creating collections that are storing pointers.
51 */
49 #define CX_STORE_POINTERS 0 52 #define CX_STORE_POINTERS 0
50 #endif 53 #endif
51 54
52 /** 55 /**
53 * A comparator function comparing two list elements. 56 * A comparator function comparing two list elements.

mercurial