From 2a07c7ea294044800649cb50eacc50673bea300f Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 2 Apr 2020 23:03:29 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu4/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du4/{bodya.c => program.c} | 124 ++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 62 deletions(-) rename du4/{bodya.c => program.c} (94%) diff --git a/du4/bodya.c b/du4/program.c similarity index 94% rename from du4/bodya.c rename to du4/program.c index 827645b..f3e8427 100644 --- a/du4/bodya.c +++ b/du4/program.c @@ -1,62 +1,62 @@ -#include -#include -#include -char* compactString(char *src,int leng) { - char *new_str = (char*)calloc(leng+1,sizeof(char)); - int k=0; - for(int i=0;i +#include +#include +char* compactString(char *src,int leng) { + char *new_str = (char*)calloc(leng+1,sizeof(char)); + int k=0; + for(int i=0;i