Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
example.c File Reference

small example, demonstrates usage of agopen, agnode, agedge, agsafeset and agwrite More...

#include <graphviz/gvc.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for example.c:

Go to the source code of this file.

Macros

#define NO_LAYOUT_OR_RENDERING
 

Functions

int main (void)
 

Macro Definition Documentation

◆ NO_LAYOUT_OR_RENDERING

#define NO_LAYOUT_OR_RENDERING

Definition at line 9 of file example.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 11 of file example.c.

References agclose(), Agdirected, agedge(), agnode(), agopen(), agsafeset(), agwrite(), gvc, gvContext(), gvFreeLayout(), gvLayout(), and gvRender().

Here is the call graph for this function: