Révision 486
Ajouté par Orlani RIVERA il y a presque 3 ans
branch/RIVERA_Orlani/sp4a12/main.c | ||
---|---|---|
return resultat;
|
||
}
|
||
|
||
float lat_long (char* ch)
|
||
{
|
||
float resultat;
|
||
if (ch[4] != '.')
|
||
{
|
||
resultat = conversion_longitude(ch);
|
||
}
|
||
else
|
||
{
|
||
resultat = conversion_latitude(ch);
|
||
}
|
||
return resultat;
|
||
}
|
||
|
||
|
||
//Fonction ? modifier !!!!!
|
||
void traitement(char * trame)
|
Formats disponibles : Unified diff
fin du TP1.