Sign in
mingw
/
mingw-w64
/
9b6f1f637c8449c1e1149a58cbaef4e1f6c89d9f
/
.
/
mingw-w64-crt
/
misc
/
winbs_ushort.c
blob: b1b9ef329559e22d518f1bfa60aa71625212b1d1 [
file
] [
log
] [
blame
]
unsigned
short
__cdecl _byteswap_ushort
(
unsigned
short
_Short
);
unsigned
short
__cdecl _byteswap_ushort
(
unsigned
short
_Short
)
{
return
__builtin_bswap16
(
_Short
);
}