blob: e23c113a5fcc8114ffe2f83cc5785aa73dee4a31 [file] [log] [blame]
unsigned long __cdecl _byteswap_ulong (unsigned long _Long);
unsigned long __cdecl _byteswap_ulong (unsigned long _Long)
{
return __builtin_bswap32(_Long);
}