diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 00:48:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 00:48:11 +0000 |
| commit | 7e302fc7a2591a1f26d7f94ef7d4292930773148 (patch) | |
| tree | 39609fa880161cf047c27ac96bdf1f70f43a0e14 /lib/libc/stdlib/strtouq.c | |
| parent | d262b81bdb16514d281404c8eac9a9c9165554cf (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
| -rw-r--r-- | lib/libc/stdlib/strtouq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index 1b59c4a7b92b..d5e992a0bede 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -43,9 +43,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93"; /* * Convert a string to an unsigned quad integer. - * - * Assumes that the upper and lower case - * alphabets and digits are each contiguous. */ u_quad_t strtouq(nptr, endptr, base) |
