:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / crtdll / except / matherr.c
1 struct _exception {
2         int type;       
3         char *name;     
4         double arg1;    
5         double arg2;    
6         double retval;  
7         } ;
8
9 int _matherr(struct _exception *e)
10 {
11     return 0;
12 }
13 #define _FPIEEE_RECORD void
14
15 int _fpieee_flt(
16         unsigned long exception_code,
17         struct _EXCEPTION_POINTERS *ExceptionPointer,
18         int (* handler)(_FPIEEE_RECORD *)
19         )
20 {
21         return 0;
22 }