#include <stdlib.h>
#include <string.h>
#include "graph_boyer.h"
Include dependency graph for graphIO.c:
Go to the source code of this file.
Defines | |
#define | GRAPHIO_C |
Functions | |
int | _ReadAdjMatrix (graphP theGraph, FILE *Infile) |
int | _ReadAdjList (graphP theGraph, FILE *Infile) |
int | _WriteAdjList (graphP theGraph, FILE *Outfile) |
int | _WriteAdjMatrix (graphP theGraph, FILE *Outfile) |
int | _WriteDebugInfo (graphP theGraph, FILE *Outfile) |
int | _ReadLEDAGraph (graphP theGraph, FILE *Infile) |
int | gp_Read (graphP theGraph, char *FileName) |
int | gp_Write (graphP theGraph, char *FileName, int Mode) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|