From 0a3acca7212a9936ec781303a939132888e76e81 Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Tue, 23 Feb 2021 16:48:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'du1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index 49899f2..cfe4b79 100644 --- a/du1/program.c +++ b/du1/program.c @@ -38,7 +38,7 @@ int main (){ printf("%c\n", c[i]); } } - //counter++; + memset(c, '\0', 100); } printf("\nPočet riadkov: %d\n",counter);