www.digitalmars.com

D Programming Language 2.0

Last update Sat Jun 12 09:24:35 2010

std.system

Information about the target operating system, environment, and CPU

License:
Boost License 1.0.

Authors:
Walter Bright

Copyright Digital Mars 2000 - 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at ) http:
//www.boost.org/LICENSE_1_0.txt

enum Endian;
Byte order endianness

BigEndian
big endian byte order

LittleEndian
little endian byte order

const Endian endian;
Native system endianness