@ -1 +1,7 @@
#ifndef division_H
#define division_H
int divide(float dividend, float divisor);
#endif