equal
deleted
inserted
replaced
32 #define UINT8_MAX ~(Uint8)0 |
32 #define UINT8_MAX ~(Uint8)0 |
33 #define UINT16_MAX ~(Uint16)0 |
33 #define UINT16_MAX ~(Uint16)0 |
34 #define UINT32_MAX ~(Uint32)0 |
34 #define UINT32_MAX ~(Uint32)0 |
35 #define UINT64_MAX ~(Uint64)0 |
35 #define UINT64_MAX ~(Uint64)0 |
36 #else |
36 #else |
|
37 #define _GNU_SOURCE |
37 #include <stdint.h> |
38 #include <stdint.h> |
38 #endif |
39 #endif |
39 #include <stdio.h> |
40 #include <stdio.h> |
40 #include <stdlib.h> |
41 #include <stdlib.h> |
41 #include <limits.h> |
42 #include <limits.h> |