#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 38 of file delnode.c.
References dglDelNode(), dglFlatten(), dglRead(), dglRelease(), dglStrerror(), dglUnflatten(), dglWrite(), GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, and GNO_PARSE.