summaryrefslogtreecommitdiffstats
path: root/Master/Agile Software Development/TestApp/dist/lib/graphviz/bin/test.dot
blob: 21a96b294c2c62cf781914f2cd85e62fba02b29f (plain)
1
2
3
4
5
6
7
8
9
10
digraph G {
  main -> parse -> execute;
  main -> init;
  main -> cleanup;
  execute -> make_string;
  execute -> printf
  init -> make_string;
  main -> printf;
  execute -> compare;
}