Jump to content

Conv endian t: Difference between revisions

From EDM2
m endian notes
No edit summary
Line 22: Line 22:
; 0xfeff : Use big endian
; 0xfeff : Use big endian
; 0xfffe : Use little endian
; 0xfffe : Use little endian
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:57, 1 November 2011

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

Back to OS/2 API