Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/ctype.h')
-rw-r--r--newlib/libc/include/ctype.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/newlib/libc/include/ctype.h b/newlib/libc/include/ctype.h
index 194a52b19..a3581df1b 100644
--- a/newlib/libc/include/ctype.h
+++ b/newlib/libc/include/ctype.h
@@ -1,11 +1,10 @@
#ifndef _CTYPE_H_
-#ifdef __cplusplus
-extern "C" {
-#endif
#define _CTYPE_H_
#include "_ansi.h"
+_BEGIN_STD_C
+
int _EXFUN(isalnum, (int __c));
int _EXFUN(isalpha, (int __c));
int _EXFUN(iscntrl, (int __c));
@@ -66,7 +65,6 @@ extern __IMPORT _CONST char _ctype_[];
#define toascii(c) ((c)&0177)
#endif
-#ifdef __cplusplus
-}
-#endif
+_END_STD_C
+
#endif /* _CTYPE_H_ */