Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

write_unf.C

Go to the documentation of this file.
00001 #include "starlab_vector.h"     // overkill
00002 #include "util_io.h"
00003 
00004 main()
00005 {
00006 #if WORDS_BIGENDIAN
00007     cerr << "bigendian" << endl;
00008 #else
00009     cerr << "littleendian" << endl;
00010 #endif
00011     real x = 12345.6789;
00012     PRL(x);
00013     write_unformatted_real(cout, x);
00014 }
00015 
00016 

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