This commit is contained in:
Oleksandr Vyshniakov 2025-09-25 22:09:01 +02:00
parent 0f9b5259b3
commit fd74235421

View File

@ -46,7 +46,7 @@ void deshifr (char *text) {
text[i] = tolower(text[i]); text[i] = tolower(text[i]);
} }
} }
s
int search_string (const char* heap_orig, const char* needle_orig) { int search_string (const char* heap_orig, const char* needle_orig) {
char heap[LINESIZE]; char heap[LINESIZE];
char needle[LINESIZE]; char needle[LINESIZE];