Graphviz  2.41.20171026.1811
Macros | Functions
tester.c File Reference
#include <assert.h>
#include <signal.h>
#include <stdio.h>
#include "cgraph.h"
Include dependency graph for tester.c:

Go to the source code of this file.

Macros

#define NILgraph   NIL(Agraph_t*)
 
#define NILnode   NIL(Agnode_t*)
 
#define NILedge   NIL(Agedge_t*)
 
#define NILsym   NIL(Agsym_t*)
 
#define NILstr   NIL(char*)
 

Functions

 main ()
 

Macro Definition Documentation

#define NILedge   NIL(Agedge_t*)

Definition at line 21 of file tester.c.

#define NILgraph   NIL(Agraph_t*)

Definition at line 19 of file tester.c.

#define NILnode   NIL(Agnode_t*)

Definition at line 20 of file tester.c.

#define NILstr   NIL(char*)

Definition at line 23 of file tester.c.

#define NILsym   NIL(Agsym_t*)

Definition at line 22 of file tester.c.

Function Documentation

main ( )