une base de test plus correcte sur la fonction getchar :


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main&#40; void &#41;
&#123;
char buffer&#91;81&#93;;
int i, ch;