test.c:2:23: error: Diff_txt.h: No such file or directory
test.c:11: warning: return type of 'main' is not 'int'
test.c: In function 'main':
test.c:14: error: implicit declaration of function 'printf'
test.c:14: warning: incompatible implicit declaration of built-in function 'printf'
test.c:16: error: implicit declaration of function 'traitement_fichiers'
test.c:16: warning: nested extern declaration of 'traitement_fichiers'
test.c: At top level:
test.c:22: warning: no previous prototype for 'traitement_valeurs'
test.c:45: warning: no previous prototype for 'retrait_blanc'
test.c: In function 'retrait_blanc':
test.c:47: error: implicit declaration of function 'strlen'
test.c:47: warning: incompatible implicit declaration of built-in function 'strlen'
test.c: At top level:
test.c:58: warning: no previous prototype for 'traitement_fichiers'
test.c:58: warning: conflicting types for 'traitement_fichiers'
test.c:16: warning: previous implicit declaration of 'traitement_fichiers' was here
test.c: In function 'traitement_fichiers':
test.c:66: error: 'FILE' undeclared (first use in this function)
test.c:66: error: (Each undeclared identifier is reported only once
test.c:66: error: for each function it appears in.)
test.c:66: error: 'file1' undeclared (first use in this function)
test.c:66: error: 'NULL' undeclared (first use in this function)
test.c:67: error: 'file2' undeclared (first use in this function)
test.c:68: error: 'file3' undeclared (first use in this function)
test.c:72: error: implicit declaration of function 'atof'
test.c:72: warning: nested extern declaration of 'atof'
test.c:81: error: implicit declaration of function 'fopen'
test.c:81: warning: nested extern declaration of 'fopen'
test.c:83: error: implicit declaration of function 'fprintf'
test.c:83: warning: incompatible implicit declaration of built-in function 'fprintf'
test.c:83: error: 'stderr' undeclared (first use in this function)
test.c:84: error: implicit declaration of function 'exit'
test.c:84: warning: incompatible implicit declaration of built-in function 'exit'
test.c:88: warning: incompatible implicit declaration of built-in function 'fprintf'
test.c:89: warning: incompatible implicit declaration of built-in function 'exit'
test.c:95: error: implicit declaration of function 'fgets'
test.c:95: warning: nested extern declaration of 'fgets'
test.c:101: error: implicit declaration of function 'strcmp'
test.c:102: error: implicit declaration of function 'getc'
test.c:102: warning: nested extern declaration of 'getc'
test.c:106: warning: incompatible implicit declaration of built-in function 'fprintf'
test.c:107: warning: incompatible implicit declaration of built-in function 'exit'
test.c:115: warning: passing argument 3 of 'traitement_valeurs' as 'float' rather than 'double' due to prototype
test.c:117: warning: incompatible implicit declaration of built-in function 'fprintf'
test.c:118: warning: incompatible implicit declaration of built-in function 'printf'
test.c:129: error: implicit declaration of function 'feof'
test.c:129: warning: nested extern declaration of 'feof'
test.c:131: error: implicit declaration of function 'fclose'
test.c:131: warning: nested extern declaration of 'fclose'
Partager