The Complete SPRLIB & ANNLIB

fprintf_link

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

SYNOPSIS

int fprintf_link (stream, link)

ARGUMENTS

FILE *stream A valid file pointer.
LINK *link A pointer to a correct LINK structure.

RETURNS

TRUE if an error occurred, FALSE otherwise.

FUNCTION

This function is called by fprintf_unit twice, to write all incoming and outgoing links. The link part for each unit is the part between LINKBEGIN and LINKEND. See NET-IO-format for the layout of this part.

SEE ALSO

fprintf_network, fprintf_unit

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