Ajout des prototypes

doc
Rémi LAVERGNE 1 year ago
parent dc10f30fdb
commit e2e0e3bbe5

@ -5,7 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h> // Fonction sleep
// Constantes
#define tmaxArticles 500
@ -46,3 +46,6 @@ void display_basket(int basket_tab_ref[], int basket_qte[], float weight[], floa
int reinit_basket(int tlog_basket);
int basket_del_article( int basket_tab_ref[], int basket_tab_qte[], int tlog_basket);
//! LOGIN
int login(int clientID[], int isAdmin[], int tlog);
int signup(int clientID[], float cagnotte[], int suspended[], int isAdmin[], int *tlog);
Loading…
Cancel
Save