![]() |
PandA-2024.02
|
#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <assert.h>#include "simple_API.h"
Go to the source code of this file.
Functions | |
| void | loadGraph (char *InVertexFileName, char *OutVertexFileName, char *InEdgeFileName, char *OutEdgeFileName) |
| void loadGraph | ( | char * | InVertexFileName, |
| char * | OutVertexFileName, | ||
| char * | InEdgeFileName, | ||
| char * | OutEdgeFileName | ||
| ) |
Definition at line 10 of file load_graph.c.
Referenced by test().

1.8.13