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.
7 lines
347 B
7 lines
347 B
#include <stdio.h>
|
|
#define TAILLE 500
|
|
|
|
int fchargement(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, char *tStatut, 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 );
|