From fa1861d9fc31366afbcb640ecfb64d7ce646de8d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Sep 2002 18:27:42 +0000 Subject: Update. 2002-09-01 Ulrich Drepper * ctype/Makefile (routines): Add isctype. * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3. * ctype/ctype.h: Add declaration of isctype. * include/ctype.h: Declare __isctype. * ctype/isctype.c: New file. --- ctype/ctype.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ctype/ctype.h') diff --git a/ctype/ctype.h b/ctype/ctype.h index 9469907b27..64f5e4b7a0 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -104,6 +104,11 @@ __exctype (isblank); __END_NAMESPACE_C99 #endif +#ifdef __USE_GNU +/* Test C for a set of character classes according to MASK. */ +extern int isctype (int __c, int __mask) __THROW; +#endif + #if defined __USE_SVID || defined __USE_MISC || defined __USE_XOPEN /* Return nonzero iff C is in the ASCII set -- cgit v1.2.3