Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
decomp.c File Reference
#include "dot.h"
Include dependency graph for decomp.c:

Go to the source code of this file.

Data Structures

struct  blk_t
 
struct  stk_t
 

Macros

#define BIGBUF   1000000
 

Typedefs

typedef struct blk_t blk_t
 

Functions

void decompose (graph_t *g, int pass)
 

Macro Definition Documentation

#define BIGBUF   1000000

Definition at line 73 of file decomp.c.

Typedef Documentation

typedef struct blk_t blk_t

Function Documentation

void decompose ( graph_t g,
int  pass 
)