dd7e8bf3d1577c6105e633f8b9abba970281c7f1
[reactos.git] / reactos / lib / sdk / crt / misc / stubs.c
1 #include <precomp.h>
2
3 #define NDEBUG
4 #include <internal/debug.h>
5
6 /*********************************************************************
7 * $I10_OUTPUT (MSVCRT.@)
8 * Function not really understood but needed to make the DLL work
9 */
10 void MSVCRT_I10_OUTPUT(void)
11 {
12 /* FIXME: This is probably data, not a function */
13 }
14
15 /***********************************************************************
16 * _adj_fdiv_m32 (MSVCRT.@)
17 *
18 * NOTE
19 * I _think_ this function is intended to work around the Pentium
20 * fdiv bug.
21 */
22 void __stdcall _adj_fdiv_m32( unsigned int arg )
23 {
24 DPRINT1("_adj_fdiv_m32 stub\n");
25 }
26
27 /***********************************************************************
28 * _adj_fdiv_m32i (MSVCRT.@)
29 *
30 * NOTE
31 * I _think_ this function is intended to work around the Pentium
32 * fdiv bug.
33 */
34 void __stdcall _adj_fdiv_m32i( int arg )
35 {
36 DPRINT1("_adj_fdiv_m32i stub\n");
37 }
38
39 /***********************************************************************
40 * _adj_fdiv_m64 (MSVCRT.@)
41 *
42 * NOTE
43 * I _think_ this function is intended to work around the Pentium
44 * fdiv bug.
45 */
46 void __stdcall _adj_fdiv_m64( unsigned __int64 arg )
47 {
48 DPRINT1("_adj_fdiv_m64 stub\n");
49 }
50
51 /***********************************************************************
52 * _adj_fdiv_r (MSVCRT.@)
53 * FIXME
54 * This function is likely to have the wrong number of arguments.
55 *
56 * NOTE
57 * I _think_ this function is intended to work around the Pentium
58 * fdiv bug.
59 */
60 void _adj_fdiv_r(void)
61 {
62 DPRINT1("_adj_fdiv_r stub\n");
63 }
64
65 /***********************************************************************
66 * _adj_fdivr_m32 (MSVCRT.@)
67 *
68 * NOTE
69 * I _think_ this function is intended to work around the Pentium
70 * fdiv bug.
71 */
72 void __stdcall _adj_fdivr_m32( unsigned int arg )
73 {
74 DPRINT1("_adj_fdivr_m32i stub\n");
75 }
76
77 /***********************************************************************
78 * _adj_fdivr_m32i (MSVCRT.@)
79 *
80 * NOTE
81 * I _think_ this function is intended to work around the Pentium
82 * fdiv bug.
83 */
84 void __stdcall _adj_fdivr_m32i( int arg )
85 {
86 DPRINT1("_adj_fdivr_m32i stub\n");
87 }
88
89 /***********************************************************************
90 * _adj_fdivr_m64 (MSVCRT.@)
91 *
92 * NOTE
93 * I _think_ this function is intended to work around the Pentium
94 * fdiv bug.
95 */
96 void __stdcall _adj_fdivr_m64( unsigned __int64 arg )
97 {
98 DPRINT1("_adj_fdivr_m64 stub\n");
99 }
100
101 /***********************************************************************
102 * _adj_fpatan (MSVCRT.@)
103 * FIXME
104 * This function is likely to have the wrong number of arguments.
105 *
106 * NOTE
107 * I _think_ this function is intended to work around the Pentium
108 * fdiv bug.
109 */
110 void _adj_fpatan(void)
111 {
112 DPRINT1("_adj_fpatan stub\n");
113 }
114
115
116 void __crtCompareStringA(void)
117 {
118 DPRINT1("__crtCompareStringA stub\n");
119 }
120
121 void __crtGetLocaleInfoW(void)
122 {
123 DPRINT1("__crtGetLocaleInfoW stub\n");
124 }
125
126 void __p__amblksiz(void)
127 {
128 DPRINT1("__p__amblksiz stub\n");
129 }
130
131 void __p__dstbias(void)
132 {
133 DPRINT1("__p__dstbias stub\n");
134 }
135
136 void __fileinfo(void)
137 {
138 DPRINT1("__fileinfo stub\n");
139 }
140
141 void stub(void)
142 {
143 DPRINT1("stub\n");
144 }