10 lines
154 B
C
10 lines
154 B
C
/*
|
|
Affiche abc dans l'odre croissant
|
|
|
|
Args
|
|
a, b, c : 3 float
|
|
|
|
Returns
|
|
void
|
|
*/
|
|
void ordreCroissant(float a, float b, float c); |