#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::aOpaqueSet, _dglGraph::cAlone, _dglGraph::cEdge, _dglGraph::cHead, _dglGraph::cNode, _dglGraph::cTail, DGL_ENDIAN_LITTLE, dglNode_T_First(), dglNode_T_Initialize(), dglNode_T_Next(), dglNode_T_Release(), dglRead(), dglRelease(), dglStrerror(), _dglGraph::EdgeAttrSize, _dglGraph::Endian, GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, _dglGraph::nnCost, _dglGraph::NodeAttrSize, and _dglGraph::Version.
int errno |