ReactOS 0.4.15-dev-7934-g1dc8d80
_cstdlib.h File Reference
#include <stdlib.h>
#include <stl/_cmath.h>
Include dependency graph for _cstdlib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

long abs (long __x)
 
_STLP_VENDOR_CSTD::ldiv_t div (long __x, long __y)
 

Function Documentation

◆ abs()

long abs ( long  __x)
inline

Definition at line 131 of file _cstdlib.h.

131{ return _STLP_VENDOR_CSTD::labs(__x); }

◆ div()

_STLP_VENDOR_CSTD::ldiv_t div ( long  __x,
long  __y 
)
inline

VC since version 8 has this, the platform SDK and CE SDKs hanging behind.

Definition at line 137 of file _cstdlib.h.

137{ return _STLP_VENDOR_CSTD::ldiv(__x, __y); }

Referenced by D3DXBoxBoundProbe(), encodeBase64(), encodeBase64A(), encodeBase64W(), galois_divpower(), test_docfrag(), test_elems2(), test_onclick(), and VarCyRound().