From 1ba0f0895ac55dae377bc5b05c86110e86194ccc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Sep 2002 18:23:10 +0000 Subject: Declare __isctype. --- include/ctype.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ctype.h') diff --git a/include/ctype.h b/include/ctype.h index 3100853ab4..812424aff9 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -2,6 +2,8 @@ # include +extern int __isctype (int __c, int __mask); + # ifndef NOT_IN_libc /* The optimized macros are not defined for users because they can't see -- cgit v1.2.3