Help for this page

Select Code to Download


  1. or download this
    union foo {
        long a;
    ...
       temp.a = 0x30313233;   // ASCII values of '0', '1', '2', '3'
       putchar(temp.b);
    );