The Complete SPRLIB & ANNLIB

fprintf_net

- save the network part of a network file (LOCAL)

SYNOPSIS

int fprintf_net (stream, net)

ARGUMENTS

FILE *stream A valid file pointer.
NET *net A pointer to a correct NET structure.

RETURNS

TRUE if an error occurred, FALSE otherwise.

FUNCTION

This function is called by fprintf_network to write the network part of a network file, i.e. the part between NETBEGIN and NETEND. See NET-IO-format for the layout of this part.

SEE ALSO

fprintf_network

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