 
 
 
 
 
 
 
 
 
 
 Next: 6.2.1 stdinc.h
 Up: 6. Introduction
 Previous: 6.1 The NEMO Programming
     Contents 
     Index 
6.2 The NEMO Macro Packages
We will describe a few of the most frequently used macro packages
available to the programmer.  They reside in the form of header include
files in a directory tree starting at $NEMOINC.  Your application
code would need references like:
    #include <stdinc.h>
    #include <snapshot/body.h>
    #include <snapshot/get_snap.c>
Some of the macro packages are merely function prototypes, to
facilitate modern C compilers, and 
have associated object code in libraries in $NEMOLIB and programs
need to be linked with the appropriate ones.
Subsections
(c) Peter Teuben