cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / bits / wchar-ldbl.h
1 /* -mlong-double-64 compatibility mode for <wchar.h> functions.
2    Copyright (C) 2006-2018 Free Software Foundation, Inc.
3    This file is part of the GNU C Library.
4
5    The GNU C Library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    The GNU C Library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public
16    License along with the GNU C Library; if not, see
17    <http://www.gnu.org/licenses/>.  */
18
19 #ifndef _WCHAR_H
20 # error "Never include <bits/wchar-ldbl.h> directly; use <wchar.h> instead."
21 #endif
22
23 #if defined __USE_ISOC95 || defined __USE_UNIX98
24 __LDBL_REDIR_DECL (fwprintf);
25 __LDBL_REDIR_DECL (wprintf);
26 __LDBL_REDIR_DECL (swprintf);
27 __LDBL_REDIR_DECL (vfwprintf);
28 __LDBL_REDIR_DECL (vwprintf);
29 __LDBL_REDIR_DECL (vswprintf);
30 # if defined __USE_ISOC99 && !defined __USE_GNU \
31      && !defined __REDIRECT \
32      && (defined __STRICT_ANSI__ || defined __USE_XOPEN2K)
33 __LDBL_REDIR1_DECL (fwscanf, __nldbl___isoc99_fwscanf)
34 __LDBL_REDIR1_DECL (wscanf, __nldbl___isoc99_wscanf)
35 __LDBL_REDIR1_DECL (swscanf, __nldbl___isoc99_swscanf)
36 # else
37 __LDBL_REDIR_DECL (fwscanf);
38 __LDBL_REDIR_DECL (wscanf);
39 __LDBL_REDIR_DECL (swscanf);
40 # endif
41 #endif
42
43 #ifdef __USE_ISOC99
44 __LDBL_REDIR1_DECL (wcstold, wcstod);
45 # if !defined __USE_GNU && !defined __REDIRECT \
46      && (defined __STRICT_ANSI__ || defined __USE_XOPEN2K)
47 __LDBL_REDIR1_DECL (vfwscanf, __nldbl___isoc99_vfwscanf)
48 __LDBL_REDIR1_DECL (vwscanf, __nldbl___isoc99_vwscanf)
49 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
50 # else
51 __LDBL_REDIR_DECL (vfwscanf);
52 __LDBL_REDIR_DECL (vwscanf);
53 __LDBL_REDIR_DECL (vswscanf);
54 # endif
55 #endif
56
57 #ifdef __USE_GNU
58 __LDBL_REDIR1_DECL (wcstold_l, wcstod_l);
59 #endif
60
61 #if __USE_FORTIFY_LEVEL > 0 && defined __fortify_function
62 __LDBL_REDIR_DECL (__swprintf_chk)
63 __LDBL_REDIR_DECL (__vswprintf_chk)
64 # if __USE_FORTIFY_LEVEL > 1
65 __LDBL_REDIR_DECL (__fwprintf_chk)
66 __LDBL_REDIR_DECL (__wprintf_chk)
67 __LDBL_REDIR_DECL (__vfwprintf_chk)
68 __LDBL_REDIR_DECL (__vwprintf_chk)
69 # endif
70 #endif