811dc5cbe6ca3d19755bab15a4e5592492f725d0
[reactos.git] / reactos / lib / ntdll / stubs / stubs.c
1 #include <ddk/ntddk.h>
2
3 #define STUB(x) void x(void) { \
4 UNICODE_STRING UnicodeString = \
5 UNICODE_STRING_INITIALIZER( \
6 L"NTDLL: Stub for "#x"\n" \
7 ); \
8 NtDisplayString(&UnicodeString); }
9
10
11 // ?Allocate@CBufferAllocator@@UAEPAXK@Z
12
13 STUB(KiRaiseUserExceptionDispatcher)
14 STUB(LdrEnumResources)
15 STUB(LdrProcessRelocationBlock)
16 STUB(NPXEMULATORTABLE)
17 STUB(PfxFindPrefix)
18 STUB(PfxInitialize)
19 STUB(PfxInsertPrefix)
20 STUB(PfxRemovePrefix)
21 STUB(RestoreEm87Context)
22 STUB(RtlWalkHeap)
23 STUB(RtlZeroHeap)
24 STUB(RtlpUnWaitCriticalSection)
25 STUB(RtlpWaitForCriticalSection)
26 STUB(SaveEm87Context)
27 STUB(_CIpow)
28 STUB(__eCommonExceptions)
29 STUB(__eEmulatorInit)
30 STUB(__eF2XM1)
31 STUB(__eFABS)
32 STUB(__eFADD32)
33 STUB(__eFADD64)
34 STUB(__eFADDPreg)
35 STUB(__eFADDreg)
36 STUB(__eFADDtop)
37 STUB(__eFCHS)
38 STUB(__eFCOM)
39 STUB(__eFCOM32)
40 STUB(__eFCOM64)
41 STUB(__eFCOMP)
42 STUB(__eFCOMP32)
43 STUB(__eFCOMP64)
44 STUB(__eFCOMPP)
45 STUB(__eFCOS)
46 STUB(__eFDECSTP)
47 STUB(__eFDIV32)
48 STUB(__eFDIV64)
49 STUB(__eFDIVPreg)
50 STUB(__eFDIVR32)
51 STUB(__eFDIVR64)
52 STUB(__eFDIVRPreg)
53 STUB(__eFDIVRreg)
54 STUB(__eFDIVRtop)
55 STUB(__eFDIVreg)
56 STUB(__eFDIVtop)
57 STUB(__eFFREE)
58 STUB(__eFIADD16)
59 STUB(__eFIADD32)
60 STUB(__eFICOM16)
61 STUB(__eFICOM32)
62 STUB(__eFICOMP16)
63 STUB(__eFICOMP32)
64 STUB(__eFIDIV16)
65 STUB(__eFIDIV32)
66 STUB(__eFIDIVR16)
67 STUB(__eFIDIVR32)
68 STUB(__eFILD16)
69 STUB(__eFILD32)
70 STUB(__eFILD64)
71 STUB(__eFIMUL16)
72 STUB(__eFIMUL32)
73 STUB(__eFINCSTP)
74 STUB(__eFINIT)
75 STUB(__eFIST16)
76 STUB(__eFIST32)
77 STUB(__eFISTP16)
78 STUB(__eFISTP32)
79 STUB(__eFISTP64)
80 STUB(__eFISUB16)
81 STUB(__eFISUB32)
82 STUB(__eFISUBR16)
83 STUB(__eFISUBR32)
84 STUB(__eFLD1)
85 STUB(__eFLD32)
86 STUB(__eFLD64)
87 STUB(__eFLD80)
88 STUB(__eFLDCW)
89 STUB(__eFLDENV)
90 STUB(__eFLDL2E)
91 STUB(__eFLDLN2)
92 STUB(__eFLDPI)
93 STUB(__eFLDZ)
94 STUB(__eFMUL32)
95 STUB(__eFMUL64)
96 STUB(__eFMULPreg)
97 STUB(__eFMULreg)
98 STUB(__eFMULtop)
99 STUB(__eFPATAN)
100 STUB(__eFPREM)
101 STUB(__eFPREM1)
102 STUB(__eFPTAN)
103 STUB(__eFRNDINT)
104 STUB(__eFRSTOR)
105 STUB(__eFSAVE)
106 STUB(__eFSCALE)
107 STUB(__eFSIN)
108 STUB(__eFSQRT)
109 STUB(__eFST)
110 STUB(__eFST32)
111 STUB(__eFST64)
112 STUB(__eFSTCW)
113 STUB(__eFSTENV)
114 STUB(__eFSTP)
115 STUB(__eFSTP32)
116 STUB(__eFSTP64)
117 STUB(__eFSTP80)
118 STUB(__eFSTSW)
119 STUB(__eFSUB32)
120 STUB(__eFSUB64)
121 STUB(__eFSUBPreg)
122 STUB(__eFSUBR32)
123 STUB(__eFSUBR64)
124 STUB(__eFSUBRPreg)
125 STUB(__eFSUBRreg)
126 STUB(__eFSUBRtop)
127 STUB(__eFSUBreg)
128 STUB(__eFSUBtop)
129 STUB(__eFTST)
130 STUB(__eFUCOM)
131 STUB(__eFUCOMP)
132 STUB(__eFUCOMPP)
133 STUB(__eFXAM)
134 STUB(__eFXCH)
135 STUB(__eFXTRACT)
136 STUB(__eFYL2X)
137 STUB(__eFYL2XP1)
138 STUB(__eGetStatusWord)
139 //STUB(sscanf)
140