cd_history - copy all DDS definitions


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer function fdds_history()

DESCRIPTION

This function copies all definitions from input dictionaries to the output dictionary.

INPUT

The name and extent of each input dictionary is documented in the output dictionary. The contents of each dictionary is precede by "dds_history= dictionary", and followed by "dds_history_end= dictionary".

OUTPUT

The current definition is reset additional values may not be appended or retrieved. Definitions are appended to the output dictionary.

The return value is the number of characters written, or EOF if an error occurred. Zero is returned if no output dictionaries are open.

EXAMPLE

      ! copy all input definitions
      j = fdds_history()
    

SEE ALSO

fdds_copy
    

AUTHOR

R. L. Selzler, EPTG (May, 1994)