* libc/string/wcscoll.c: Fix comment.

This commit is contained in:
Corinna Vinschen
2003-04-03 08:30:22 +00:00
parent d122b1cc73
commit 8ae6a3ddaa
2 changed files with 9 additions and 5 deletions

View File

@ -6,14 +6,14 @@ INDEX
wcscoll
ANSI_SYNOPSIS
#include <string.h>
int wcscoll(const char *<[stra]>, const char * <[strb]>);
#include <wchar.h>
int wcscoll(const wchar_t *<[stra]>, const wchar_t * <[strb]>);
TRAD_SYNOPSIS
#include <string.h>
#include <wchar.h>
int wcscoll(<[stra]>, <[strb]>)
char *<[stra]>;
char *<[strb]>;
wchar_t *<[stra]>;
wchar_t *<[strb]>;
DESCRIPTION
<<wcscoll>> compares the wide-character string pointed to by