diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-01 18:23:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-01 18:23:10 +0000 |
commit | 1ba0f0895ac55dae377bc5b05c86110e86194ccc (patch) | |
tree | 025a6cd04f6e53deff1ef995ef365b7d8f372a6f /include | |
parent | 0f283ffc5e8822a367c4703abd584348ff139810 (diff) | |
download | glibc-1ba0f0895ac55dae377bc5b05c86110e86194ccc.zip glibc-1ba0f0895ac55dae377bc5b05c86110e86194ccc.tar.gz glibc-1ba0f0895ac55dae377bc5b05c86110e86194ccc.tar.bz2 |
Declare __isctype.
Diffstat (limited to 'include')
-rw-r--r-- | include/ctype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h index 3100853..812424a 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -2,6 +2,8 @@ # include <ctype/ctype.h> +extern int __isctype (int __c, int __mask); + # ifndef NOT_IN_libc /* The optimized macros are not defined for users because they can't see |