Révision 67
Ajouté par ayfadirik il y a plus de 4 ans
| branch/Aya/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,j
|
||
|
for (i=0;i<j;i++)
|
||
|
{
|
||
|
if (trame[i+1]!= type[i])
|
||
|
return=0;
|
||
|
else{
|
||
|
resultat=1;
|
||
|
}
|
||
|
}
|
||
|
return resultat;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
//Fonction ? modifier !!!!!
|
||
Formats disponibles : Unified diff
Implanter la fonction trame_cmp