Compiling: main.c
main.c:20: error: two or more data types in declaration of `Noeud'
main.c:20: error: two or more data types in declaration of `Arbre'
main.c:40: warning: no semicolon at end of struct or union
main.c:40: error: syntax error before '.' token
main.c:41: warning: type defaults to `int' in declaration of `Table'
main.c:41: warning: data definition has no type or storage class
main.c:61: warning: no previous prototype for 'hash'
main.c:71: error: syntax error before '*' token
main.c:72: warning: function declaration isn't a prototype
main.c: In function `RecherchePos':
main.c:75: error: `Env' undeclared (first use in this function)
main.c:75: error: (Each undeclared identifier is reported only once
main.c:75: error: for each function it appears in.)
main.c:76: error: `NULL' undeclared (first use in this function)
main.c:76: error: implicit declaration of function `strcmp'
main.c:76: warning: nested extern declaration of `strcmp'
<internal>:0: warning: redundant redeclaration of 'strcmp'
main.c:76: error: `nom' undeclared (first use in this function)
main.c: At top level:
main.c:83: error: syntax error before '*' token
main.c:84: warning: function declaration isn't a prototype
main.c: In function `AddFonction':
main.c:85: error: `table' undeclared (first use in this function)
main.c:85: error: `nom' undeclared (first use in this function)
main.c:107: error: implicit declaration of function `fprintf'
main.c:107: warning: nested extern declaration of `fprintf'
<internal>:0: warning: redundant redeclaration of 'fprintf'
main.c:107: error: `stderr' undeclared (first use in this function)
main.c:111: error: implicit declaration of function `malloc'
main.c:111: warning: nested extern declaration of `malloc'
<internal>:0: warning: redundant redeclaration of 'malloc'
main.c:111: error: implicit declaration of function `strlen'
main.c:111: warning: nested extern declaration of `strlen'
<internal>:0: warning: redundant redeclaration of 'strlen'
main.c:112: error: `NULL' undeclared (first use in this function)
main.c:114: warning: nested extern declaration of `fprintf'
<internal>:0: warning: redundant redeclaration of 'fprintf'
main.c:117: error: implicit declaration of function `strcpy'
main.c:117: warning: nested extern declaration of `strcpy'
<internal>:0: warning: redundant redeclaration of 'strcpy'
main.c:119: error: `nb_parametres' undeclared (first use in this function)
main.c:122: error: `nb_param' undeclared (first use in this function)
main.c:128: error: `tabparam' undeclared (first use in this function)
main.c:135: error: `a' undeclared (first use in this function)
main.c: At top level:
main.c:141: error: syntax error before '*' token
main.c:142: warning: function declaration isn't a prototype
main.c: In function `RechercheFonction':
main.c:143: error: `Env' undeclared (first use in this function)
main.c:143: error: `nom' undeclared (first use in this function)
main.c:147: error: `nb_param' undeclared (first use in this function)
main.c:147: error: `table' undeclared (first use in this function)
main.c:147: error: `indice' undeclared (first use in this function)
main.c:149: error: `tabparam' undeclared (first use in this function)
main.c:149: warning: nested extern declaration of `malloc'
<internal>:0: warning: redundant redeclaration of 'malloc'
main.c:150: error: `NULL' undeclared (first use in this function)
main.c:156: warning: nested extern declaration of `strlen'
<internal>:0: warning: redundant redeclaration of 'strlen'
main.c:159: warning: nested extern declaration of `strcpy'
<internal>:0: warning: redundant redeclaration of 'strcpy'
main.c:161: error: `a' undeclared (first use in this function)
Process terminated with status 1 (0 minutes, 0 seconds)
33 errors, 16 warnings
Partager