||=== test_DVP, Release ===|
E:\projet\test_DVP\main.c|4|warning: function declaration isn't a prototype|
E:\projet\test_DVP\main.c||In function `main'

E:\projet\test_DVP\main.c|14|warning: implicit declaration of function `tolower'|
E:\projet\test_DVP\main.c|14|warning: array subscript has type `char'|
E:\projet\test_DVP\main.c|14|error: too many arguments to function `putchar'|
E:\projet\test_DVP\main.c|16|warning: implicit declaration of function `isalnum'|
E:\projet\test_DVP\main.c|16|warning: array subscript has type `char'|
E:\projet\test_DVP\main.c|16|warning: array subscript has type `char'|
E:\projet\test_DVP\main.c|19|warning: implicit declaration of function `strlen'|
E:\projet\test_DVP\main.c|19|warning: array subscript has type `char'|
E:\projet\test_DVP\main.c|19|error: passing arg 1 of `strlen' makes pointer from integer without a cast|
E:\projet\test_DVP\main.c|13|warning: statement with no effect|
||=== Build finished: 2 errors, 9 warnings ===|
Partager