ReactOS
0.4.16-dev-2104-gb84fa49
fmodf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(fmodf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
fmodf
(
12
_In_
float
x
,
13
_In_
float
y
)
14
{
15
return
(
float
)
fmod
((
double
)
x
,(
double
)
y
);
16
}
__cdecl
#define __cdecl
Definition:
corecrt.h:121
fmod
_ACRTIMP double __cdecl fmod(double, double)
fmodf
_Check_return_ float __cdecl fmodf(_In_ float x, _In_ float y)
Definition:
fmodf.c:11
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
y
GLint GLint GLint GLint GLint GLint y
Definition:
gl.h:1548
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
_In_
#define _In_
Definition:
no_sal2.h:158
sdk
lib
crt
math
fmodf.c
Generated on Tue Jan 6 2026 06:19:07 for ReactOS by
1.9.6