TheodoreDA/infinite_C_calculator

Infinite substraction

Opened this issue · 0 comments

Need to do a function to process a subtraction that can contain an infinite number of digits

The function definition:
char *exec_infin_min(char *operation, int ope_idx);

In this function, you have to process the result, and write it inside a dynamically allocated variable, and return it.
You must not free the received operation.