Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

test.C

Go to the documentation of this file.
00001 #include "node.h"
00002 
00003 void main(int argc, char ** argv)
00004 {
00005     node* b;
00006     b = get_node(cin);
00007 
00008     putrq(b->get_dyn_story(), "test", 42.0);
00009 
00010     put_node(cout, *b);
00011 }

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