The Complete SPRLIB & ANNLIB

fprintf_header

- write a dataset header to a stream (LOCAL)

SYNOPSIS

int fprintf_header (stream, dset)

ARGUMENTS

FILE *stream A valid filepointer.
DATASET *dset A pointer to the DATASET structure to be written.

RETURNS

TRUE if an error was detected, FALSE otherwise.

FUNCTION

This routine writes the standard dataset header to an opened stream. See DATASET-IO-format for the layout.

NOTE

This function is used by the fprintf_dataset function.

SEE ALSO

fprintf_pattern, fprintf_io_pattern, fprintf_sample, fprintf_dataset, fprintf_compressed_dataset

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998