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