mirror of
https://github.com/ziglang/zig.git
synced 2026-01-24 08:15:23 +00:00
7 lines
161 B
C
7 lines
161 B
C
unsigned long __cdecl _byteswap_ulong (unsigned long _Long);
|
|
|
|
unsigned long __cdecl _byteswap_ulong (unsigned long _Long)
|
|
{
|
|
return __builtin_bswap32(_Long);
|
|
}
|