Changeset 4056ad0 in mainline for uspace/app/bithenge/tree.h
- Timestamp:
- 2012-07-28T01:57:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32eb01b
- Parents:
- 03cad47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/tree.h
r03cad47 r4056ad0 39 39 40 40 #include <assert.h> 41 #include <inttypes.h>42 41 #include <sys/types.h> 43 42 #include "os.h" 44 45 #ifdef INTMAX_MAX46 typedef intmax_t bithenge_int_t;47 #define BITHENGE_PRId PRIdMAX48 #else49 typedef int64_t bithenge_int_t;50 #define BITHENGE_PRId PRId6451 #endif52 43 53 44 /** Indicates the type of a tree node. */
Note:
See TracChangeset
for help on using the changeset viewer.