projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e1f17
)
(wcwdith): Change parameter type to wchar_t.
author
drepper
<drepper>
Sun, 19 Aug 2001 01:08:24 +0000
(
01:08
+0000)
committer
drepper
<drepper>
Sun, 19 Aug 2001 01:08:24 +0000
(
01:08
+0000)
wcsmbs/wcwidth.c
patch
|
blob
|
history
diff --git
a/wcsmbs/wcwidth.c
b/wcsmbs/wcwidth.c
index
6631c47
..
82dd020
100644
(file)
--- a/
wcsmbs/wcwidth.c
+++ b/
wcsmbs/wcwidth.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997
, 2001
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@
-21,7
+21,7
@@
/* Determine number of column positions required for CH. */
int
-wcwidth (w
int
_t ch)
+wcwidth (w
char
_t ch)
{
return internal_wcwidth (ch);
}