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:
af4f8c6
)
Add prototype for __wcscat.
author
drepper
<drepper>
Thu, 15 Mar 2001 19:55:26 +0000
(19:55 +0000)
committer
drepper
<drepper>
Thu, 15 Mar 2001 19:55:26 +0000
(19:55 +0000)
include/wchar.h
patch
|
blob
|
history
diff --git
a/include/wchar.h
b/include/wchar.h
index
6f580b4
..
818afff
100644
(file)
--- a/
include/wchar.h
+++ b/
include/wchar.h
@@
-11,6
+11,7
@@
extern int __wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
extern size_t __wcslen (__const wchar_t *__s) __attribute_pure__;
extern size_t __wcsnlen (__const wchar_t *__s, size_t __maxlen)
__attribute_pure__;
+extern wchar_t *__wcscat (wchar_t *dest, const wchar_t *src);
extern wint_t __btowc (int __c);
extern int __mbsinit (__const __mbstate_t *__ps);
extern size_t __mbrtowc (wchar_t *__restrict __pwc,