Quand je compile mon programme avec gcc, j'ai un petit problème: j'ai toujours un warning "no newline at end of file" et j'ai pas trouvé à quoi ça correspondait
je crois que c'est depuis que j'ai le hearder.h:
Header.h
#include <stdio.h>
.....
.....
int toto(int titi, char tata);
Mon fichier.c
#include "Header.h"
...
....
...
toto(2,'c'
;
....
si quelqu'un a une idée !!