Compile a function to check whether the current system is in the big-end mode or the small-end mode.

Source: Internet
Author: User
# Include <stdio. h> int checksystem () {Union check {int I; char ch;} C; C. I = 1; Return (C. ch = 1);} int main () {int I; If (checksystem () {printf ("small port mode \ n ");} else {printf ("large port mode \ n") ;}return 0 ;}

The big-end mode is the high data index, which is stored in the low address of the memory, while the low data level is stored in the high address of the memory;

The small-end mode refers to the high data index and the high address stored in the memory.Medium, while the number
The low data level is stored in the low memory address.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.