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/uint64_t.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/stdint/uint64_t.c (limited to 'src/stdint/uint64_t.c') diff --git a/src/stdint/uint64_t.c b/src/stdint/uint64_t.c deleted file mode 100644 index d4af00d7..00000000 --- a/src/stdint/uint64_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -typedef unsigned long long int uint64_t; - -/* -STDC(199901) -*/ -- cgit v1.2.1