diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:14:04 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:14:04 -0400 |
commit | 661f59838235815b5073a0ef95f410003639519e (patch) | |
tree | 28eb14bc8053bb32abd7c103c4078ab4f81b6129 /src/stdbool | |
parent | e223e635cc53fa11e473cdbc864eb69a3da5f290 (diff) |
rename non-compiled files to *.h
Diffstat (limited to 'src/stdbool')
-rw-r--r-- | src/stdbool/__bool_true_false_are_defined.h (renamed from src/stdbool/__bool_true_false_are_defined.c) | 0 | ||||
-rw-r--r-- | src/stdbool/bool.h (renamed from src/stdbool/bool.c) | 0 | ||||
-rw-r--r-- | src/stdbool/false.h (renamed from src/stdbool/false.c) | 0 | ||||
-rw-r--r-- | src/stdbool/true.h (renamed from src/stdbool/true.c) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/stdbool/__bool_true_false_are_defined.c b/src/stdbool/__bool_true_false_are_defined.h index a311586b..a311586b 100644 --- a/src/stdbool/__bool_true_false_are_defined.c +++ b/src/stdbool/__bool_true_false_are_defined.h diff --git a/src/stdbool/bool.c b/src/stdbool/bool.h index 9f8bc863..9f8bc863 100644 --- a/src/stdbool/bool.c +++ b/src/stdbool/bool.h diff --git a/src/stdbool/false.c b/src/stdbool/false.h index 0259936d..0259936d 100644 --- a/src/stdbool/false.c +++ b/src/stdbool/false.h diff --git a/src/stdbool/true.c b/src/stdbool/true.h index b6288b05..b6288b05 100644 --- a/src/stdbool/true.c +++ b/src/stdbool/true.h |