Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

test_byte.C

Go to the documentation of this file.
00001 #include "stdinc.h"
00002 
00003 #define RAS_MAGIC       0x59a66a95
00004 
00005 main()
00006 {
00007     int i = RAS_MAGIC;
00008     unsigned char *c;
00009 
00010     c = (unsigned char*) &i;
00011 
00012     for (int j = 0; j < 4; j++)
00013         printf("%d %x\n", j, *(c+j));
00014 }

Generated at Sun Feb 24 09:57:19 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001