Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

xtest.C

Go to the documentation of this file.
00001 
00002 #include "stdinc.h"
00003 
00004 main()
00005 {
00006     long long i = 1;
00007     int n = 0;
00008     while (1) {
00009         PRC(n), PRL(i);
00010         if (i < 0) break;
00011         n++;
00012         i *= 2;
00013     }
00014 
00015     i = 1;
00016     i = i<<63;
00017     PRL(i);
00018     PRL(sizeof(i));
00019 }

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