The Complete SPRLIB & ANNLIB

fprintf_dataset

- write a complete dataset to a stream

SYNOPSIS

int fprintf_dataset (stream, dset)

ARGUMENTS

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

RETURNS

TRUE if an error occured, FALSE otherwise.

FUNCTION

This routine first calls fprintf_header to allocate and write the DATASET structure, followed by calls to fprintf_sample for all NumSamples samples.

SEE ALSO

fprintf_pattern, fprintf_io_pattern, fprintf_header, fprintf_sample, fprintf_dataset, fprintf_compressed_dataset, load_dataset

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