Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
swab.h File Reference

Go to the source code of this file.

Macros

#define swab32(x)
 
#define swab64(x)
 

Macro Definition Documentation

◆ swab32

#define swab32 ( x)
Value:
__builtin_bswap32((x))

◆ swab64

#define swab64 ( x)
Value:
__builtin_bswap64((x))