Révision 183
Ajouté par megoutteno il y a presque 4 ans
branch/Gouttenoire/sp4a12/main.c | ||
---|---|---|
|
||
|
||
}
|
||
int decode_int(char c)
|
||
{
|
||
int res;
|
||
|
||
res = c-48;
|
||
|
||
|
||
return res;
|
||
}
|
||
|
||
|
||
//Fonction ? modifier !!!!!
|
||
void traitement(char * trame)
|
Formats disponibles : Unified diff
Question 7: Implantation de la fonction decode_int