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