~> gcc test.c
test.c:1: error: parse error before '*' token
test.c:3: error: parse error before '*' token
test.c:14: error: `NULL' undeclared here (not in a function)
test.c:14: error: initializer element is not constant
test.c:14: error: (near initialization for `tab[4].ftrip')
test.c:14: error: initializer element is not constant
test.c:14: error: (near initialization for `tab[4]')
test.c:16: error: parse error before '*' token
test.c: In function `indice':
test.c:19: error: `noeud' undeclared (first use in this function)
test.c:19: error: (Each undeclared identifier is reported only once
test.c:19: error: for each function it appears in.)
test.c: At top level:
test.c:26: error: parse error before '*' token
test.c: In function `ferreur':
test.c:27: error: `courant' undeclared (first use in this function)
Partager