logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VistaIOWriteEdges - write a series of edge sets to a stream

Arguments

file      Specifies the open stream to which the edges should be written.

       attributes
                 Specifies a list of attributes to be written to the stream.

       nedges    Specifies the number of edge sets to be written.

       edges     Specifies the edge sets to be written.

Author

       David Lowe <lowe@cs.ubc.ca>

       Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>

VistaIO Version 1.2.14                            24 April 1993                             VistaIOWriteEdges(3)

Description

VistaIOWriteEdges writes a series of edge sets to an open stream as a Vista data file. Edge sets edges[0]
       through  edges[nedges - 1] are written, followed by any attributes in the list attributes. The attributes
       argument may be NULL if only edge sets are to be written.

Name

       VistaIOWriteEdges - write a series of edge sets to a stream

Return Values

VistaIOWriteEdges returns TRUE if successful and FALSE otherwise. In the case of an error,  data  written
       to the stream may be incomplete.

See Also

VistaIOWriteFile(3), VistaIOWriteObjects(3), stdio(3),
       VistaIOEdges(3)

Synopsis

#include<stdio>#include<vistaio.h>#include<vistaio.h>VistaIOBooleanVistaIOWriteEdges(file,attributes,nedges,edges)FILE*file;VistaIOAttrListattributes;intnedges;VistaIOEdgesedges[nedges];

See Also