Changeset 2223 in Sophya


Ignore:
Timestamp:
Oct 23, 2002, 11:08:47 PM (23 years ago)
Author:
aubourg
Message:

uint_4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/config.h

    r2126 r2223  
    1818#include <stdint.h>
    1919  #define int_4 int4_t
     20  #define uint_4 uint4_t
    2021  #define int_8 int8_t
    2122  #define uint_8 uint8_t
     
    2324#if SIZEOF_SHORT == 4
    2425  #define int_4  short int
     26  #define uint_4 unsigned short int
    2527#elif SIZEOF_INT == 4
    2628  #define int_4  int
     29  #define uint_4  unsigned int
    2730#else
    2831  #define int_4  long
     32  #define uint_4 unsigned long
    2933#endif
    3034
Note: See TracChangeset for help on using the changeset viewer.