summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index 9ed73879c..477fac9b8 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -6,6 +6,8 @@
#include <features.h>
+__BEGIN_DECLS
+
/* For now, just always use the functions instead of the macros...*/
#define __USE_CTYPE_C_FUNCTIONS
@@ -58,4 +60,6 @@ extern int toupper(int c);
#endif
+__END_DECLS
+
#endif /* __CTYPE_H */