ReactOS 0.4.16-dev-819-g75c0dc0
_dtest.c File Reference
#include <math.h>
Include dependency graph for _dtest.c:

Go to the source code of this file.

Functions

_Check_return_ short __cdecl _dtest (_In_ double *_Px)
 

Function Documentation

◆ _dtest()

_Check_return_ short __cdecl _dtest ( _In_ double _Px)

Definition at line 20 of file _dtest.c.

21{
22 return _dclass(*_Px);
23}
_Check_return_ _ACRTIMP short __cdecl _dclass(_In_ double _X)
Definition: _dclass.c:30