From c5fcf7179a83ef65c86c6a4a390029149e518649 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Tue, 5 Oct 2021 21:49:54 +0200 Subject: Duzy commit ze smieciami --- Semestr 4/ask/lista8/str-b.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Semestr 4/ask/lista8/str-b.c (limited to 'Semestr 4/ask/lista8/str-b.c') diff --git a/Semestr 4/ask/lista8/str-b.c b/Semestr 4/ask/lista8/str-b.c deleted file mode 100644 index 50101cb..0000000 --- a/Semestr 4/ask/lista8/str-b.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -char *somestr(void) { - char *buf = malloc(sizeof("Hello, world!")); - strcpy(buf, "Hello, world!"); - return buf; -} - -- cgit v1.2.3