diff options
Diffstat (limited to 'douint.c')
-rw-r--r-- | douint.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ int main(void) unsigned int ui; unsigned long ul; unsigned long long ull; - + printf("#ifndef _UINT_H\n#define _UINT_H\n\n"); printf(" /* This file was auto-generated. Do not edit! */\n\n"); /* u8 */ @@ -45,7 +45,7 @@ int main(void) } } printf("#define U32_MAX 0xFFFFFFFF\n\n"); - + /* u64 */ ui = 1<<31; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; |