#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.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 47 of file span.c.
References dglDepthSpanning(), dglFlatten(), dglGet_EdgeCount(), dglRead(), dglRelease(), dglStrerror(), dglWrite(), GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, and GNO_PARSE.