ReactOS
0.4.16-dev-109-gf4cb10f
floorf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(floorf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
floorf
(
12
_In_
float
x
)
13
{
14
return
(
float
)
floor
((
double
)
x
);
15
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
floor
_Check_return_ _CRTIMP double __cdecl floor(_In_ double x)
_Check_return_
#define _Check_return_
Definition:
ms_sal.h:557
_In_
#define _In_
Definition:
ms_sal.h:308
floorf
#define floorf(x)
Definition:
mymath.h:65
sdk
lib
crt
math
floorf.c
Generated on Wed Oct 9 2024 06:19:19 for ReactOS by
1.9.6