Révision 305
Ajouté par Florentin GAMEL il y a presque 3 ans
branch/gamel/sp4a12/main.c | ||
---|---|---|
return p;
|
||
}
|
||
|
||
/*
|
||
|
||
float decode_trame(char*trame,position p)
|
||
{
|
||
int i;
|
||
... | ... | |
decode_position(trame[i],p)
|
||
}
|
||
}
|
||
*/
|
||
|
||
|
||
|
||
|
||
|
||
//Ajouter vos tests unitaires dans cette fonction.
|
||
void tests_unitaires(void){
|
||
if (5!=5){
|
||
... | ... | |
|
||
test_decode_position();
|
||
|
||
test_decode_trame();
|
||
}
|
||
|
||
|
Formats disponibles : Unified diff
J'enregistre le prog car besoin de redémarrer à cause d'un bug