Main.c
F:\temp\11992444.220725\Main.c(8) : error C2061: syntax error : identifier 'sum'
F:\temp\11992444.220725\Main.c(8) : error C2059: syntax error : ';'
F:\temp\11992444.220725\Main.c(14) : error C2061: syntax error : identifier 'ArcNode'
F:\temp\11992444.220725\Main.c(15) : error C2059: syntax error : '}'
F:\temp\11992444.220725\Main.c(21) : error C2061: syntax error : identifier 'ArcNode'
F:\temp\11992444.220725\Main.c(22) : error C2059: syntax error : '}'
F:\temp\11992444.220725\Main.c(28) : error C2061: syntax error : identifier 'VNode'
F:\temp\11992444.220725\Main.c(29) : error C2059: syntax error : '}'
F:\temp\11992444.220725\Main.c(32) : error C2143: syntax error : missing ')' before '*'
F:\temp\11992444.220725\Main.c(32) : error C2143: syntax error : missing '{' before '*'
F:\temp\11992444.220725\Main.c(32) : error C2143: syntax error : missing ';' before '*'
F:\temp\11992444.220725\Main.c(32) : error C2059: syntax error : ')'
F:\temp\11992444.220725\Main.c(33) : error C2054: expected '(' to follow 'reverse'
F:\temp\11992444.220725\Main.c(66) : error C2143: syntax error : missing ')' before '*'
F:\temp\11992444.220725\Main.c(66) : error C2143: syntax error : missing '{' before '*'
F:\temp\11992444.220725\Main.c(66) : error C2059: syntax error : ')'
F:\temp\11992444.220725\Main.c(67) : error C2054: expected '(' to follow 'graph'
F:\temp\11992444.220725\Main.c(117) : error C2297: '*' : illegal, right operand has type 'int *'
F:\temp\11992444.220725\Main.c(117) : error C2059: syntax error : ')'
F:\temp\11992444.220725\Main.c(118) : error C2297: '*' : illegal, right operand has type 'int *'
F:\temp\11992444.220725\Main.c(118) : error C2059: syntax error : ')'
F:\temp\11992444.220725\Main.c(124) : error C2065: 'sum' : undeclared identifier
F:\temp\11992444.220725\Main.c(127) : error C2065: 'sum' : undeclared identifier