Projet

Général

Profil

« Précédent | Suivant » 

Révision 486

Ajouté par Orlani RIVERA il y a presque 3 ans

fin du TP1.

Voir les différences:

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