Signed-off-by: Mathéo Hersan <matheohersan@MacBook-Pro-de-Matheo.local>pull/2/head
parent
0d9eac6e56
commit
e4d1670166
@ -1,11 +1,5 @@
|
|||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
|
|
||||||
void affiche_client(int a);
|
void affiche_client(int a);
|
||||||
<<<<<<< HEAD
|
|
||||||
void menu(int *choix, int a);
|
|
||||||
void global_client();
|
|
||||||
void demander_article(int reference, float poids, float volume, int prixUnitaire);
|
|
||||||
=======
|
|
||||||
void menu_client(int *choix, int a);
|
void menu_client(int *choix, int a);
|
||||||
void global_client();
|
void global_client();
|
||||||
>>>>>>> 91542d8 (fixed some bugs on resp. Added global_resp and added error handling for char)
|
|
Loading…
Reference in new issue