#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <time.h>#include <errno.h>#include <ctype.h>#include "../type.h"#include "../graph.h"#include "opt.h"

Go to the source code of this file.
Defines | |
| #define | _EDGESET_OFFSET(pg, pl) ((int)(pl) - (int)(pg)->pEdgeBuffer) |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| int | errno |
| #define _EDGESET_OFFSET | ( | pg, | |||
| pl | ) | ((int)(pl) - (int)(pg)->pEdgeBuffer) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 141 of file view.c.
References dglGraph_s::aOpaqueSet, dglGraph_s::cAlone, dglGraph_s::cEdge, dglGraph_s::cHead, dglGraph_s::cNode, dglGraph_s::cTail, DGL_ENDIAN_LITTLE, dglNode_T_First(), dglNode_T_Initialize(), dglNode_T_Next(), dglNode_T_Release(), dglRead(), dglRelease(), dglStrerror(), dglGraph_s::EdgeAttrSize, dglGraph_s::Endian, GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, dglGraph_s::nnCost, dglGraph_s::NodeAttrSize, and dglGraph_s::Version.
| int errno |
1.5.3