42sh 1.0.0
Create a shell in C
|
The file containing the my_compute_factorial_rec function. More...
#include "my.h"
Functions | |
int | my_compute_factorial_rec (int nb) |
Returns the factorial of a number (nb) | |
The file containing the my_compute_factorial_rec function.
int my_compute_factorial_rec | ( | int | nb | ) |
Returns the factorial of a number (nb)
nb | The number to calculate |