mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 09:56:21 +00:00
Simplified autocompleters and command history
This commit is contained in:
@@ -191,7 +191,7 @@ str_replace(const char *string, const char *substr,
|
||||
}
|
||||
|
||||
int
|
||||
str_contains(char str[], int size, char ch)
|
||||
str_contains(const char str[], int size, char ch)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < size; i++) {
|
||||
|
||||
Reference in New Issue
Block a user