Graphviz 13.0.0~dev.20241220.2304
|
#include "convert.h"
#include <assert.h>
#include <cgraph/list.h>
#include <getopt.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "openFile.h"
#include <util/agxbuf.h>
#include <util/alloc.h>
#include <util/exit.h>
#include <util/gv_ctype.h>
#include <util/unreachable.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 489 of file graphml2gv.c.
References agclose(), agnameof(), agnedges(), agnnodes(), agwrite(), agxbfree(), getFile(), gname, graph(), graphviz_exit(), inFile, initargs(), nameOf(), outFile, prev, and Verbose.