diff options
-rw-r--r-- | FICS/stdinclude.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index dc2f483..b41870e 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -139,17 +139,5 @@ extern int rand(void); extern int close(int); extern size_t malloc_size(void *ptr); -#ifdef __STDC__ -/* extern fcntl(int fildes, int cmd, ...); */ -/* extern open(char *path, int oflag, ...); */ -/* extern int ioctl(int, long, ...); */ - -#else - extern fcntl(); - extern open(); - extern int ioctl(); - -#endif /* __STDC__ */ - #endif /* _STDINCLUDE_H */ |