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