/[tewi]/VC6Compat/stdint.h
ViewVC logotype

Diff of /VC6Compat/stdint.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.4 by nishi, Thu Oct 17 10:22:27 2024 UTC Revision 1.6 by nishi, Sun Nov 3 13:49:38 2024 UTC
# Line 9  typedef u_int8_t uint8_t; Line 9  typedef u_int8_t uint8_t;
9  typedef u_int16_t uint16_t;  typedef u_int16_t uint16_t;
10  typedef u_int32_t uint32_t;  typedef u_int32_t uint32_t;
11  typedef u_int64_t uint64_t;  typedef u_int64_t uint64_t;
12    
13    #define INT32_MAX 0x7fffffff
14    #elif defined(__sun__)
15    #include <sys/int_types.h>
16  #else  #else
17  typedef unsigned char uint8_t;  typedef unsigned char uint8_t;
18  typedef unsigned short uint16_t;  typedef unsigned short uint16_t;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev