Révision 13
Ajouté par Ismail MRABET il y a environ 4 ans
main.c | ||
---|---|---|
"$GPGSA,A,3,,03,,22,14,,01,,18,,,,3.9,3.4,1.9*39",
|
||
"$GPVTG,99.4,T,,M,0.4,N,0.7,K*57",
|
||
"$GPZDA,141914.00,01,02,2006,00,00*69",
|
||
0};
|
||
0};
|
||
|
||
|
||
int trame_cmp(char* a,char* b){
|
||
int trame_cmp(char* a,char* b)
|
||
{
|
||
|
||
|
||
|
||
|
||
|
||
return 0;
|
||
}
|
||
|
||
|
||
//Fonction ? modifier !!!!!
|
||
void traitement(char * trame)
|
||
{
|
||
printf ("> %s\n",trame);
|
||
{
|
||
static int cpt=0;
|
||
printf ("> %s\n%d\n",trame, cpt);
|
||
cpt++;
|
||
return 0;
|
||
}
|
||
|
||
//Ajouter vos tests unitaires dans cette fonction.
|
||
... | ... | |
|
||
return 0;
|
||
}
|
||
|
Formats disponibles : Unified diff
incr fct traitement