Oh scusa pensavo poteste compilarlo voi xD..
Posto quello che mi da codeblocks con compilatore mingw
|6|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'tree_t'|
|14|error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token|
|25|error: 'ar' undeclared (first use in this function)
|25|error: 'tree_t' undeclared (first use in this function)|
|25|error: expected expression before ')' token|
|56|error: 'ar' undeclared (first use in this function)|
|67|error: 'ar' undeclared (first use in this function)|
Quello che ad esempio non capisco è come fa "ar" a non essere dichiarato se è una variabile globalee "tree_t" è un tipo fatto con typedef e quindi perchè undeclared...