mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
7 lines
176 B
C
7 lines
176 B
C
/* i386/x86_64 are little-endian. */
|
|
|
|
#ifndef _ENDIAN_H
|
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
|
#endif
|
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|