Sign in
third-party-mirror
/
mingw-w64
/
c407d542b966b02e17d6856e3cef47e7d21041e0
/
.
/
mingw-w64-crt
/
math
/
abs64.c
blob: 693f909c86d431e0530d272cb0e41181ee558119 [
file
] [
log
] [
blame
]
#include
<intrin.h>
__MINGW_EXTENSION __int64 __cdecl _abs64
(
__int64 x
)
{
return
llabs
(
x
);
}