ReactOS
0.4.16-dev-1946-g52006dd
Functions
imaxabs.cpp File Reference
#include <inttypes.h>
Include dependency graph for imaxabs.cpp:
Go to the source code of this file.
Functions
intmax_t
__cdecl
imaxabs
(
intmax_t
const
number
)
Function Documentation
◆
imaxabs()
intmax_t
__cdecl
imaxabs
(
intmax_t
const
number
)
Definition at line
12
of file
imaxabs.cpp
.
13
{
14
return
number
< 0 ? -
number
:
number
;
15
}
number
static unsigned int number
Definition:
dsound.c:1479
sdk
lib
ucrt
stdlib
imaxabs.cpp
Generated on Thu Dec 4 2025 06:26:50 for ReactOS by
1.9.6