mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
commit
1d5d89af3d
@ -293,7 +293,7 @@ function_1();
|
||||
// <return type> <function name>(<args>)
|
||||
|
||||
int add_two_ints(int x1, int x2){
|
||||
return x1 + x2; // Use return a return a value
|
||||
return x1 + x2; // Use return to return a value
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user