First commit
This commit is contained in:
10
IUT/Info1/TD/Exercices/6.6.3_imbrication_si/functions.h
Normal file
10
IUT/Info1/TD/Exercices/6.6.3_imbrication_si/functions.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Affiche abc dans l'odre croissant
|
||||
|
||||
Args
|
||||
a, b, c : 3 float
|
||||
|
||||
Returns
|
||||
void
|
||||
*/
|
||||
void ordreCroissant(float a, float b, float c);
|
||||
Reference in New Issue
Block a user