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:
3a26d4a
)
Add prototypes for __fwprintf and __vfwprintf.
author
drepper
<drepper>
Fri, 17 Aug 2001 04:44:47 +0000
(
04:44
+0000)
committer
drepper
<drepper>
Fri, 17 Aug 2001 04:44:47 +0000
(
04:44
+0000)
include/wchar.h
patch
|
blob
|
history
diff --git
a/include/wchar.h
b/include/wchar.h
index
818afff
..
0b5556e
100644
(file)
--- a/
include/wchar.h
+++ b/
include/wchar.h
@@
-53,6
+53,13
@@
extern int __vswprintf (wchar_t *__restrict __s, size_t __n,
__const wchar_t *__restrict __format,
__gnuc_va_list __arg)
/* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
__const wchar_t *__restrict __format,
__gnuc_va_list __arg)
/* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
+extern int __fwprintf (__FILE *__restrict __s,
+ __const wchar_t *__restrict __format, ...)
+ /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
+extern int __vfwprintf (__FILE *__restrict __s,
+ __const wchar_t *__restrict __format,
+ __gnuc_va_list __arg)
+ /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
# endif
#endif
# endif
#endif