getchar(void): retourne le caractère lu May 13, 2012 Author: /* int getchar( void ); */ #include int main(void) { char str[256], *p; Categories: Uncategorized