repositories
/
TD_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f8f6e
)
TP11 exo3: Remove a compiler warning
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 8 Mar 2017 08:15:09 +0000
(09:15 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 8 Mar 2017 08:15:09 +0000
(09:15 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_11/exo3/exo3.c
patch
|
blob
|
blame
|
history
diff --git
a/TP_11/exo3/exo3.c
b/TP_11/exo3/exo3.c
index 414e3822ae3c98132950223b413a104d561771e8..a1aedde59e85a96622c563ccbf066e1043651e66 100644
(file)
--- a/
TP_11/exo3/exo3.c
+++ b/
TP_11/exo3/exo3.c
@@
-1,6
+1,6
@@
#include <stdio.h>
-int main(int argc, char* argv[]
, char** envp
) {
+int main(int argc, char* argv[]) {
printf("argc=%d\n", argc);
for (int i = 0; i < argc; i++) {
printf("argv[%d]=\"%s\"\n", i, argv[i]);