Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
std.system
License:
Authors:
Walter Bright and Jonathan M Davis
Source: std/system.d
- Operating system.
Note: This is for cases where you need a value representing the OS at runtime. If you're doing something which should compile differently on different OSes, then please use version(Windows), version(linux), etc.
See Also:- Microsoft 32 bit Windows systems
- Microsoft 64 bit Windows systems
- All Linux Systems
- Mac OS X
- FreeBSD
- NetBSD
- Solaris
- Android
- Other Posix Systems
- The OS that the program was compiled for.
- Byte order endianness.
Note: This is intended for cases where you need to deal with endianness at runtime. If you're doing something which should compile differently depending on whether you're compiling on a big endian or little endian machine, then please use version(BigEndian) and version(LittleEndian).
See Also:- Big endian byte order
- Little endian byte order
- The endianness that the program was compiled for.
Copyright Digital Mars 2000 - 2011
| Page generated by
Ddoc on (no date time)