diff --git a/hCommun.h b/hCommun.h index d22cc82..37a0d15 100644 --- a/hCommun.h +++ b/hCommun.h @@ -1 +1,8 @@ -hCommun \ No newline at end of file + + +// .h Roxane +int fchargement(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, int *tCActiv, int *tActivite, int *tPasseouPas,int *tPtsBought, int *tPtsBonus, char *tCat, int tmax); +void fRecherche(int *tNoClient, int n, int noClient, int *coderet, int *rang); +void fAffichage1Client(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, char *tStatut, int n, int noClient ); +int afficheTous(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, char *tStatut, int n, int noClient ) + diff --git a/test b/test index fb9a757..ce5d9b1 100755 Binary files a/test and b/test differ diff --git a/testrox b/testrox new file mode 100755 index 0000000..79f9a05 Binary files /dev/null and b/testrox differ