Infinite modulo
Opened this issue · 0 comments
TheodoreDA commented
Need to do a function to process a modulo that can contain an infinite number of digits
The function definition:
char *exec_infin_mod(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.