wchar-ldbl.h
01:
02:
03:
04:
05:
06:
07:
08:
09:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20: #ifndef _WCHAR_H
21: # error "Never include <bits/wchar-ldbl.h> directly; use <wchar.h> instead."
22: #endif
23:
24: #if defined __USE_ISOC95 || defined __USE_UNIX98
25: __BEGIN_NAMESPACE_C99
26: __LDBL_REDIR_DECL (fwprintf);
27: __LDBL_REDIR_DECL (wprintf);
28: __LDBL_REDIR_DECL (swprintf);
29: __LDBL_REDIR_DECL (vfwprintf);
30: __LDBL_REDIR_DECL (vwprintf);
31: __LDBL_REDIR_DECL (vswprintf);
32: # if defined __USE_ISOC99 && !defined __USE_GNU \
33: && !defined __REDIRECT \
34: && (defined __STRICT_ANSI__ || defined __USE_XOPEN2K)
35: __LDBL_REDIR1_DECL (fwscanf, __nldbl___isoc99_fwscanf)
36: __LDBL_REDIR1_DECL (wscanf, __nldbl___isoc99_wscanf)
37: __LDBL_REDIR1_DECL (swscanf, __nldbl___isoc99_swscanf)
38: # else
39: __LDBL_REDIR_DECL (fwscanf);
40: __LDBL_REDIR_DECL (wscanf);
41: __LDBL_REDIR_DECL (swscanf);
42: # endif
43: __END_NAMESPACE_C99
44: #endif
45:
46: #ifdef __USE_ISOC99
47: __BEGIN_NAMESPACE_C99
48: __LDBL_REDIR1_DECL (wcstold, wcstod);
49: # if !defined __USE_GNU && !defined __REDIRECT \
50: && (defined __STRICT_ANSI__ || defined __USE_XOPEN2K)
51: __LDBL_REDIR1_DECL (vfwscanf, __nldbl___isoc99_vfwscanf)
52: __LDBL_REDIR1_DECL (vwscanf, __nldbl___isoc99_vwscanf)
53: __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
54: # else
55: __LDBL_REDIR_DECL (vfwscanf);
56: __LDBL_REDIR_DECL (vwscanf);
57: __LDBL_REDIR_DECL (vswscanf);
58: # endif
59: __END_NAMESPACE_C99
60: #endif
61:
62: #ifdef __USE_GNU
63: __LDBL_REDIR1_DECL (wcstold_l, wcstod_l);
64: #endif
65:
66: #if __USE_FORTIFY_LEVEL > 0 && defined __extern_always_inline
67: __LDBL_REDIR_DECL (__swprintf_chk)
68: __LDBL_REDIR_DECL (__vswprintf_chk)
69: # if __USE_FORTIFY_LEVEL > 1
70: __LDBL_REDIR_DECL (__fwprintf_chk)
71: __LDBL_REDIR_DECL (__wprintf_chk)
72: __LDBL_REDIR_DECL (__vfwprintf_chk)
73: __LDBL_REDIR_DECL (__vwprintf_chk)
74: # endif
75: #endif
76:
© Andrew Scott 2006 -
2025,
All Rights Reserved