diff options
-rw-r--r-- | newlib/libc/ctype/isalnum_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/ctype/isalnum_l.c b/newlib/libc/ctype/isalnum_l.c index e1d3b8ec9..23e8b26a1 100644 --- a/newlib/libc/ctype/isalnum_l.c +++ b/newlib/libc/ctype/isalnum_l.c @@ -23,7 +23,7 @@ You can use a compiled subroutine instead of the macro definition by undefining the macro using `<<#undef isalnum_l>>'. RETURNS -<<isalnum>_l> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or +<<isalnum_l>> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or <<A>>--<<Z>>) or a digit (<<0>>--<<9>>). PORTABILITY |