From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/stdint/UINT32_C.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/stdint/UINT32_C.h (limited to 'src/stdint/UINT32_C.h') diff --git a/src/stdint/UINT32_C.h b/src/stdint/UINT32_C.h new file mode 100644 index 00000000..fd310c88 --- /dev/null +++ b/src/stdint/UINT32_C.h @@ -0,0 +1,7 @@ +#include + +#define UINT32_C(__value) ((uint_least32_t)__value##U) + +/* +STDC(199901) +*/ -- cgit v1.2.1