You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
502 B
14 lines
502 B
#include<stdio.h>
|
|
|
|
void affiche_client()
|
|
{
|
|
printf("\n");
|
|
printf("--------------- \n");
|
|
printf("|| Bonjour ! ||\n") ;
|
|
printf("--------------- \n");
|
|
printf("\n");
|
|
printf("-------------------------------------------------------------------\n");
|
|
printf("|| Que voulez-vous faire ? \t \t \t \t \t || \n") ;
|
|
printf("||\t1 : Afficher le récapitulatif de votre panier. \t \t \t \t || \n") ;
|
|
printf("-------------------------------------------------------------------\n");
|
|
} |