Révision 182
Ajouté par frkanaan il y a presque 4 ans
main.c | ||
---|---|---|
void test_decode_int(void)
|
||
{
|
||
char i;
|
||
|
||
for(i=0; i<127; i++)
|
||
{
|
||
if(i>47 && i<54 && decode_int(i) != (i-48))
|
Formats disponibles : Unified diff
Question 7 test unitaire test_decode repensé