Projet

Général

Profil

« Précédent | Suivant » 

Révision 167

Ajouté par modia3 il y a presque 4 ans

question4

Voir les différences:

branch/dia/sp4a12/main.c
"$GPZDA,141914.00,01,02,2006,00,00*69",
0};
int trame_cmp(char* a,char* b){
return 0;
int trame_cmp(char* trame,char* type){
int i=0;
int verif = 1;
int j;
while(type[i] != NULL){
i++;
}
for(j=0; j<i; j++){
if (trame[j+1] != type[j]){
verif = 0;
}
}
return verif;
}
/*Fonction ? modifier !!!!!*/

Formats disponibles : Unified diff