mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +00:00
7 lines
161 B
C
Vendored
7 lines
161 B
C
Vendored
unsigned long __cdecl _byteswap_ulong (unsigned long _Long);
|
|
|
|
unsigned long __cdecl _byteswap_ulong (unsigned long _Long)
|
|
{
|
|
return __builtin_bswap32(_Long);
|
|
}
|