From fa846f9c679df346938a8e88da3b72c4a7d41a07 Mon Sep 17 00:00:00 2001 From: Wiadson Date: Sun, 24 Jan 2021 17:43:28 +0300 Subject: [PATCH] debug version --- main.c | 1 + 1 file changed, 1 insertion(+) 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;