You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
273 B

#ifndef THEADMIRALS_ARITHMETICADDITION_H
#define THEADMIRALS_ARITHMETICADDITION_H
int* addition_integer(int, int);
double* addition_double(double, double);
float* addition_float(float, float);
long* addition_long(long, long);
#endif //THEADMIRALS_ARITHMETICADDITION_H