Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

test.cc

Go to the documentation of this file.
00001 
00002 #include "rcs.hh"
00003 
00004 
00005 NML *nml;
00006 
00007 
00008 int
00009 testFormat (NMLTYPE type, void *buf, CMS * cms)
00010 {
00011   return 0;
00012 }
00013 
00014 int
00015 cpp_main ()
00016 {
00017   nml = new NML (testFormat, "test", "test", "test.nml");
00018 
00019   delete nml;
00020 
00021 
00022 }

Generated on Sun Dec 2 15:56:53 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001