Generate an accompaniement for a given melody
|
Small example of writing good code. More...
Go to the source code of this file.
Functions | |
unsigned | factorial (unsigned n) |
Small example of writing good code.
unsigned factorial | ( | unsigned | n | ) |
Function calculating the factorial (dummy example)
n | : the number you want to compute the factorial |