# this substitution will work
void some_function_declaration(char var1, char var2)
{
...
}
# (and this one too !)
void some_function_declaration(char var1, char var2)
{
...
}
# this substitution will work
void some_function_declaration(char var1, char var2) {
time_exe(__func__, cl(clock()));
...
}
# (and this one too !)
void some_function_declaration(char var1, char var2) {
time_exe(__func__, cl(clock()));
...
}