Changeset 4056ad0 in mainline for uspace/app/bithenge/tree.h


Ignore:
Timestamp:
2012-07-28T01:57:31Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32eb01b
Parents:
03cad47
Message:

Bithenge: basic parameter passing (integer literals only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/tree.h

    r03cad47 r4056ad0  
    3939
    4040#include <assert.h>
    41 #include <inttypes.h>
    4241#include <sys/types.h>
    4342#include "os.h"
    44 
    45 #ifdef INTMAX_MAX
    46 typedef intmax_t bithenge_int_t;
    47 #define BITHENGE_PRId PRIdMAX
    48 #else
    49 typedef int64_t bithenge_int_t;
    50 #define BITHENGE_PRId PRId64
    51 #endif
    5243
    5344/** Indicates the type of a tree node. */
Note: See TracChangeset for help on using the changeset viewer.