////////////////////////////////////////////////////////////////////// // // Status codes for the doubly linked tree implementation // #define DLT_SUCCESS 0x0000010000000000 #define DLT_CREATE_FAIL 0x0000020000000000 #define DLT_NULL 0x0000040000000000 #define DLT_EMPTY 0x0000080000000000 #define DLT_MAX 0x0000100000000000 #define DLT_ERROR 0x0000200000000000 #define DLT_INVALID 0x0000400000000000 #define DLT_DEFAULT_FAIL 0x0000800000000000