1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
-------------- Build: Debug in hello ---------------
Compiling: main.c
Linking console executable: bin\Debug\hello.exe
C:\dev\hello\main.c:4:21: iostream.h: No such file or directory
C:\dev\hello\main.c: In function `creation_de_ma_liste':
C:\dev\hello\main.c:23: warning: implicit declaration of function `clrscr'
C:\dev\hello\main.c:32: warning: char format, pointer arg (arg 2)
C:\dev\hello\main.c:33: error: incompatible types in assignment
C:\dev\hello\main.c:34: error: `head' undeclared (first use in this function)
C:\dev\hello\main.c:34: error: (Each undeclared identifier is reported only once
C:\dev\hello\main.c:34: error: for each function it appears in.)
C:\dev\hello\main.c: In function `insertion_dune_famille':
C:\dev\hello\main.c:44: error: `head' undeclared (first use in this function)
C:\dev\hello\main.c:47: warning: char format, pointer arg (arg 2)
C:\dev\hello\main.c:56: warning: int format, pointer arg (arg 2)
C:\dev\hello\main.c:59: error: incompatible types in assignment
C:\dev\hello\main.c:60: error: `null' undeclared (first use in this function)
C:\dev\hello\main.c:63: warning: `return' with a value, in function returning void
Process terminated with status 1 (0 minutes, 0 seconds)
8 errors, 5 warnings |
Partager