ALL: use const modifiers on parameters where possible
This commit is contained in:
@@ -55,7 +55,7 @@ struct string {
|
||||
|
||||
|
||||
void
|
||||
prints(string *print_string);
|
||||
prints(const string *print_string);
|
||||
|
||||
/**
|
||||
* Delete the inner structure
|
||||
|
||||
Reference in New Issue
Block a user