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