diff options
Diffstat (limited to 'src/stdint/UINT64_MAX.c')
-rw-r--r-- | src/stdint/UINT64_MAX.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/UINT64_MAX.c b/src/stdint/UINT64_MAX.c new file mode 100644 index 00000000..c92f3d43 --- /dev/null +++ b/src/stdint/UINT64_MAX.c @@ -0,0 +1,6 @@ +#include <stdint.h> +#define UINT64_MAX (18446744073709551616ULL) + +/* +STDC(199901) +*/ |