Graphviz  2.29.20120524.0446
Data Structures | Defines | Typedefs | Functions
lib/dotgen/sameport.c File Reference
#include "dot.h"
Include dependency graph for sameport.c:

Go to the source code of this file.

Data Structures

struct  same_t

Defines

#define MAXSAME   5

Typedefs

typedef struct same_t same_t

Functions

void dot_sameports (graph_t *g)

Define Documentation

#define MAXSAME   5

Definition at line 22 of file sameport.c.

Referenced by dot_sameports().


Typedef Documentation

typedef struct same_t same_t

Function Documentation

void dot_sameports ( graph_t g)