#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 <math.h>
#include "../type.h"
#include "../graph.h"
#include "opt.h"
Go to the source code of this file.
Defines | |
#define | MY_MAX_COMPONENTS 1024 |
Functions | |
int | main (int argc, char **argv) |
#define MY_MAX_COMPONENTS 1024 |
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 47 of file components.c.
References dglDepthComponents(), dglFlatten(), dglGet_EdgeCount(), dglRead(), dglRelease(), dglStrerror(), dglWrite(), GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, and MY_MAX_COMPONENTS.