diff --git a/main.c b/main.c index 932a3f3..4fd616a 100644 --- a/main.c +++ b/main.c @@ -6,6 +6,7 @@ #include #include #include +//debug char *remove_spaces(char* s) { // function removes spaces in string: example: a mds dsf -> amdsdsf int i,k =0;