refresh
This commit is contained in:
parent
0f9b5259b3
commit
fd74235421
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user