diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-11-06 09:37:47 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-11-06 09:37:47 +0000 |
| commit | 89861638caf8d0ebe2b7d9d84de4f81d4e3e3048 (patch) | |
| tree | 540e2e277772532bc016744c6238c750ad02e292 /tools/regression | |
| parent | a0c161c4e40dbe8fb055c9c27980581e9b631bd8 (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/lib/libc/locale/test-btowc.c | 2 | ||||
| -rw-r--r-- | tools/regression/lib/libc/locale/test-mbrtowc.c | 5 | ||||
| -rw-r--r-- | tools/regression/lib/libc/locale/test-wcrtomb.c | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/tools/regression/lib/libc/locale/test-btowc.c b/tools/regression/lib/libc/locale/test-btowc.c index 6d26d8501467..3e077f08e2db 100644 --- a/tools/regression/lib/libc/locale/test-btowc.c +++ b/tools/regression/lib/libc/locale/test-btowc.c @@ -26,7 +26,7 @@ /* * Test program for btowc() and wctob() as specified by IEEE Std. 1003.1-2001 - * and * ISO/IEC 9899:1999. + * and ISO/IEC 9899:1999. * * The function is tested in only the "C" locale. */ diff --git a/tools/regression/lib/libc/locale/test-mbrtowc.c b/tools/regression/lib/libc/locale/test-mbrtowc.c index dcd2e3932985..d781f16d4428 100644 --- a/tools/regression/lib/libc/locale/test-mbrtowc.c +++ b/tools/regression/lib/libc/locale/test-mbrtowc.c @@ -28,8 +28,8 @@ * Test program for mbrtowc(), as specified by IEEE Std. 1003.1-2001 and * ISO/IEC 9899:1999. * - * The function is tested with both the "C" ("POSIX") LC_CTYPE seting and - * ja_JP.eucJP. Other encodings are not tested. + * The function is tested with both the "C" ("POSIX") LC_CTYPE setting and + * "ja_JP.eucJP". Other encodings are not tested. */ #include <sys/cdefs.h> @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <limits.h> #include <locale.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> diff --git a/tools/regression/lib/libc/locale/test-wcrtomb.c b/tools/regression/lib/libc/locale/test-wcrtomb.c index 9fcb560c352b..3c16dff5d83d 100644 --- a/tools/regression/lib/libc/locale/test-wcrtomb.c +++ b/tools/regression/lib/libc/locale/test-wcrtomb.c @@ -28,8 +28,8 @@ * Test program for wcrtomb(), as specified by IEEE Std. 1003.1-2001 and * ISO/IEC 9899:1999. * - * The function is tested with both the "C" ("POSIX") LC_CTYPE seting and - * ja_JP.eucJP. Other encodings are not tested. + * The function is tested with both the "C" ("POSIX") LC_CTYPE setting and + * "ja_JP.eucJP". Other encodings are not tested. */ #include <sys/cdefs.h> @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <limits.h> #include <locale.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> |
