Jump to content

Conv endian t: Difference between revisions

From EDM2
conv_endian_t
 
m endian notes
Line 18: Line 18:


=== Comment ===
=== Comment ===
Each field can contain:
; 0x0000 : Use system endian
; 0xfeff : Use big endian
; 0xfffe : Use little endian

Revision as of 19:09, 15 September 2006

conv_endian_t

Source about source and target endians.

Type

USHORT source
USHORT target

C declaration method

typedef struct

Fields

source Source information.
target Target information.

Comment

Each field can contain:

0x0000
Use system endian
0xfeff
Use big endian
0xfffe
Use little endian