ReactOS
0.4.16-dev-2104-gb84fa49
_chgsignf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
_Check_return_
5
float
6
_chgsignf
(
_In_
float
x
)
7
{
8
return
(
float
)
_chgsign
((
double
)
x
);
9
}
10
_chgsignf
_Check_return_ float _chgsignf(_In_ float x)
Definition:
_chgsignf.c:6
_chgsign
_ACRTIMP double __cdecl _chgsign(double)
Definition:
math.c:1227
x
GLint GLint GLint GLint GLint x
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
_chgsignf.c
Generated on Wed Jan 7 2026 06:15:13 for ReactOS by
1.9.6