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/stdio | |
| parent | 896e28812c51b9ffdf3efc00c7d7ef699e380a58 (diff) | |
rename files that should never be compiled on their own to .h
Diffstat (limited to 'src/stdio')
| -rw-r--r-- | src/stdio/BUFSIZ.h (renamed from src/stdio/BUFSIZ.c) | 0 | ||||
| -rw-r--r-- | src/stdio/EOF.h (renamed from src/stdio/EOF.c) | 0 | ||||
| -rw-r--r-- | src/stdio/FILE.h (renamed from src/stdio/FILE.c) | 0 | ||||
| -rw-r--r-- | src/stdio/FILENAME_MAX.h (renamed from src/stdio/FILENAME_MAX.c) | 0 | ||||
| -rw-r--r-- | src/stdio/FOPEN_MAX.h (renamed from src/stdio/FOPEN_MAX.c) | 0 | ||||
| -rw-r--r-- | src/stdio/L_tmpnam.h (renamed from src/stdio/L_tmpnam.c) | 0 | ||||
| -rw-r--r-- | src/stdio/SEEK_CUR.h (renamed from src/stdio/SEEK_CUR.c) | 0 | ||||
| -rw-r--r-- | src/stdio/SEEK_END.h (renamed from src/stdio/SEEK_END.c) | 0 | ||||
| -rw-r--r-- | src/stdio/SEEK_SET.h (renamed from src/stdio/SEEK_SET.c) | 0 | ||||
| -rw-r--r-- | src/stdio/TMP_MAX.h (renamed from src/stdio/TMP_MAX.c) | 0 | ||||
| -rw-r--r-- | src/stdio/_IOFBF.h (renamed from src/stdio/_IOFBF.c) | 0 | ||||
| -rw-r--r-- | src/stdio/_IOLBF.h (renamed from src/stdio/_IOLBF.c) | 0 | ||||
| -rw-r--r-- | src/stdio/_IONBF.h (renamed from src/stdio/_IONBF.c) | 0 | ||||
| -rw-r--r-- | src/stdio/fpos_t.h (renamed from src/stdio/fpos_t.c) | 0 | ||||
| -rw-r--r-- | src/stdio/stderr.h (renamed from src/stdio/stderr.c) | 0 | ||||
| -rw-r--r-- | src/stdio/stdin.h (renamed from src/stdio/stdin.c) | 0 | ||||
| -rw-r--r-- | src/stdio/stdout.h (renamed from src/stdio/stdout.c) | 0 |
17 files changed, 0 insertions, 0 deletions
diff --git a/src/stdio/BUFSIZ.c b/src/stdio/BUFSIZ.h index c59a3851..c59a3851 100644 --- a/src/stdio/BUFSIZ.c +++ b/src/stdio/BUFSIZ.h diff --git a/src/stdio/EOF.c b/src/stdio/EOF.h index 2cf3ce60..2cf3ce60 100644 --- a/src/stdio/EOF.c +++ b/src/stdio/EOF.h diff --git a/src/stdio/FILE.c b/src/stdio/FILE.h index d3a29447..d3a29447 100644 --- a/src/stdio/FILE.c +++ b/src/stdio/FILE.h diff --git a/src/stdio/FILENAME_MAX.c b/src/stdio/FILENAME_MAX.h index 1bb13b85..1bb13b85 100644 --- a/src/stdio/FILENAME_MAX.c +++ b/src/stdio/FILENAME_MAX.h diff --git a/src/stdio/FOPEN_MAX.c b/src/stdio/FOPEN_MAX.h index 548db477..548db477 100644 --- a/src/stdio/FOPEN_MAX.c +++ b/src/stdio/FOPEN_MAX.h diff --git a/src/stdio/L_tmpnam.c b/src/stdio/L_tmpnam.h index 8467199a..8467199a 100644 --- a/src/stdio/L_tmpnam.c +++ b/src/stdio/L_tmpnam.h diff --git a/src/stdio/SEEK_CUR.c b/src/stdio/SEEK_CUR.h index efa117f8..efa117f8 100644 --- a/src/stdio/SEEK_CUR.c +++ b/src/stdio/SEEK_CUR.h diff --git a/src/stdio/SEEK_END.c b/src/stdio/SEEK_END.h index 15a56439..15a56439 100644 --- a/src/stdio/SEEK_END.c +++ b/src/stdio/SEEK_END.h diff --git a/src/stdio/SEEK_SET.c b/src/stdio/SEEK_SET.h index d9ce4b88..d9ce4b88 100644 --- a/src/stdio/SEEK_SET.c +++ b/src/stdio/SEEK_SET.h diff --git a/src/stdio/TMP_MAX.c b/src/stdio/TMP_MAX.h index 8cedfc60..8cedfc60 100644 --- a/src/stdio/TMP_MAX.c +++ b/src/stdio/TMP_MAX.h diff --git a/src/stdio/_IOFBF.c b/src/stdio/_IOFBF.h index 3f0714ff..3f0714ff 100644 --- a/src/stdio/_IOFBF.c +++ b/src/stdio/_IOFBF.h diff --git a/src/stdio/_IOLBF.c b/src/stdio/_IOLBF.h index e11fe4fc..e11fe4fc 100644 --- a/src/stdio/_IOLBF.c +++ b/src/stdio/_IOLBF.h diff --git a/src/stdio/_IONBF.c b/src/stdio/_IONBF.h index 215bf26b..215bf26b 100644 --- a/src/stdio/_IONBF.c +++ b/src/stdio/_IONBF.h diff --git a/src/stdio/fpos_t.c b/src/stdio/fpos_t.h index fe55a7af..fe55a7af 100644 --- a/src/stdio/fpos_t.c +++ b/src/stdio/fpos_t.h diff --git a/src/stdio/stderr.c b/src/stdio/stderr.h index 8ec8a9aa..8ec8a9aa 100644 --- a/src/stdio/stderr.c +++ b/src/stdio/stderr.h diff --git a/src/stdio/stdin.c b/src/stdio/stdin.h index 5fb14c70..5fb14c70 100644 --- a/src/stdio/stdin.c +++ b/src/stdio/stdin.h diff --git a/src/stdio/stdout.c b/src/stdio/stdout.h index 7c62dfa0..7c62dfa0 100644 --- a/src/stdio/stdout.c +++ b/src/stdio/stdout.h |
