ReactOS 0.4.15-dev-7924-g5949c20
_chgsignf.c
Go to the documentation of this file.
1
2#include <math.h>
3
5float
7{
8 return (float)_chgsign((double)x);
9}
10
_Check_return_ float _chgsignf(_In_ float x)
Definition: _chgsignf.c:6
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _chgsign(_In_ double)
#define _Check_return_
Definition: ms_sal.h:557
#define _In_
Definition: ms_sal.h:308