First commit
This commit is contained in:
7
IUT/Info1/TD/Exercices/7.2_selon/calc.h
Normal file
7
IUT/Info1/TD/Exercices/7.2_selon/calc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
float add(float a, float b);
|
||||
|
||||
float sub(float a, float b);
|
||||
|
||||
float mul(float a, float b);
|
||||
|
||||
float div(float a, float b);
|
||||
Reference in New Issue
Block a user