ReactOS 0.4.16-dev-816-g135a9a9
_fdtest.c File Reference
#include <math.h>
Include dependency graph for _fdtest.c:

Go to the source code of this file.

Functions

_Check_return_ short __cdecl _fdtest (_In_ float *_Px)
 

Function Documentation

◆ _fdtest()

_Check_return_ short __cdecl _fdtest ( _In_ float _Px)

Definition at line 20 of file _fdtest.c.

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