From fd7423542172415770c3aee5b23db7e43ebf4c37 Mon Sep 17 00:00:00 2001 From: ov075wu Date: Thu, 25 Sep 2025 22:09:01 +0200 Subject: [PATCH] refresh --- du1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index 38462e6..101dfc6 100644 --- a/du1/program.c +++ b/du1/program.c @@ -46,7 +46,7 @@ void deshifr (char *text) { text[i] = tolower(text[i]); } } - +s int search_string (const char* heap_orig, const char* needle_orig) { char heap[LINESIZE]; char needle[LINESIZE];