refresh
This commit is contained in:
parent
fd74235421
commit
185e74de2e
@ -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