The Complete SPRLIB & ANNLIB

fscanf_dataset

- read a complete dataset from a stream

SYNOPSIS

DATASET *fscanf_dataset (stream)

ARGUMENTS

FILE *stream A valid filepointer.

RETURNS

A pointer to a DATASET structure if all went well, NULL if an error occured.

FUNCTION

This routine first calls fscanf_header to allocate and read the DATASET structure, followed by calls to fscanf_sample for all NumSamples samples.

NOTE

This function is used by the load_dataset function.

SEE ALSO

fscanf_pattern, fscanf_io_pattern, fscanf_header, fscanf_sample, fprintf_dataset, fscanf_compressed_dataset, load_dataset

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