diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:41:35 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:41:35 +0100 |
commit | 15c839673381f935b69be2a4cc7299746120c517 (patch) | |
tree | 8eff863f588a8ec220d64050571fb1e1813b85f2 /FICS | |
parent | 0887b201eceedaa95bbd5f91dbceaba160ade01b (diff) |
Deleted ifndef
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/stdinclude.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index 4998512..305f3e4 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -122,13 +122,6 @@ extern int truncate(char *, off_t), ftruncate(int, off_t); */ #endif -#ifndef GOOD_STDIO -extern int fclose(FILE *); -extern int fscanf(FILE *, char *, ...); -extern int fprintf(FILE *, char *, ...); -extern int printf(char *, ...); -#endif - extern time_t time(time_t *); extern int rand(void); extern int close(int); |