Révision 173
Ajouté par Domingos Joao BRAVO il y a environ 3 ans
main.c | ||
---|---|---|
|
||
void test_decode_nombre(void)
|
||
{
|
||
if(decode_nombre('')!=){
|
||
|
||
if(decode_nombre("4325","2")!=43){
|
||
printf("Erreur test decode_nombre.\n");
|
||
}
|
||
}
|
||
|
||
float convert_lat_flot(char *latitude)
|
||
float convert_lat_flot(char latitude)
|
||
{
|
||
float lat;
|
||
lat= (float)(latitude);
|
Formats disponibles : Unified diff
Réalisation du test_decode_nombre.