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
450 B

#include <stdio.h>
#include "evsae.h"
int main (void)
{
int n;
char tnom[][15], tpnom[][15], *tcateg
int *tage, *tAd, *tstate, *tacti, *tpasseoupas, *tptsbought,*tptsbonus, tmax;
n=Fillvar(int *tAd, char tnom[][15], char tpnom[][15], int *tage, int *tstate, int *tacti, int *tpasseoupas, int *tptsbought, int *tptsbonus, char *tcateg, int tmax);
changementEtatCarte ( *tAd , int *tstate, int n, nclient)
menu();
return 0;
}