diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 14:11:32 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 14:11:32 -0400 |
commit | 77d0069e522400b63c2182fcc5f852718e4e6f2c (patch) | |
tree | 6713710011e6e24ebc589d4fa32093e5af329afc /src/stdlib | |
parent | 896e28812c51b9ffdf3efc00c7d7ef699e380a58 (diff) |
rename files that should never be compiled on their own to .h
Diffstat (limited to 'src/stdlib')
-rw-r--r-- | src/stdlib/EXIT_FAILURE.h (renamed from src/stdlib/EXIT_FAILURE.c) | 0 | ||||
-rw-r--r-- | src/stdlib/EXIT_SUCCESS.h (renamed from src/stdlib/EXIT_SUCCESS.c) | 0 | ||||
-rw-r--r-- | src/stdlib/MB_CUR_MAX.h (renamed from src/stdlib/MB_CUR_MAX.c) | 0 | ||||
-rw-r--r-- | src/stdlib/RAND_MAX.h (renamed from src/stdlib/RAND_MAX.c) | 0 | ||||
-rw-r--r-- | src/stdlib/div_t.h (renamed from src/stdlib/div_t.c) | 0 | ||||
-rw-r--r-- | src/stdlib/ldiv_t.h (renamed from src/stdlib/ldiv_t.c) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/stdlib/EXIT_FAILURE.c b/src/stdlib/EXIT_FAILURE.h index 14d28dc0..14d28dc0 100644 --- a/src/stdlib/EXIT_FAILURE.c +++ b/src/stdlib/EXIT_FAILURE.h diff --git a/src/stdlib/EXIT_SUCCESS.c b/src/stdlib/EXIT_SUCCESS.h index 3b0bc2fa..3b0bc2fa 100644 --- a/src/stdlib/EXIT_SUCCESS.c +++ b/src/stdlib/EXIT_SUCCESS.h diff --git a/src/stdlib/MB_CUR_MAX.c b/src/stdlib/MB_CUR_MAX.h index 1b833ba4..1b833ba4 100644 --- a/src/stdlib/MB_CUR_MAX.c +++ b/src/stdlib/MB_CUR_MAX.h diff --git a/src/stdlib/RAND_MAX.c b/src/stdlib/RAND_MAX.h index 08b432e5..08b432e5 100644 --- a/src/stdlib/RAND_MAX.c +++ b/src/stdlib/RAND_MAX.h diff --git a/src/stdlib/div_t.c b/src/stdlib/div_t.h index 7d17ddf2..7d17ddf2 100644 --- a/src/stdlib/div_t.c +++ b/src/stdlib/div_t.h diff --git a/src/stdlib/ldiv_t.c b/src/stdlib/ldiv_t.h index 0dac2bb0..0dac2bb0 100644 --- a/src/stdlib/ldiv_t.c +++ b/src/stdlib/ldiv_t.h |