#include "rcs.hh"Include dependency graph for test.cc:

Go to the source code of this file.
Functions | |
| int | testFormat (NMLTYPE type, void *buf, CMS *cms) |
| int | cpp_main () |
Variables | |
| NML * | nml |
|
||||||||||||||||
|
Definition at line 9 of file test.cc. 00010 {
00011 return 0;
00012 }
|
|
|
Definition at line 15 of file test.cc. 00016 {
00017 nml = new NML (testFormat, "test", "test", "test.nml");
00018
00019 delete nml;
00020
00021
00022 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001