42sh 1.0.0
Create a shell in C
|
The file containing the my_find_prime_sup function. More...
#include "my.h"
Functions | |
int | my_find_prime_sup (int nb) |
Returns the next prime number after a number (nb) | |
The file containing the my_find_prime_sup function.
int my_find_prime_sup | ( | int | nb | ) |
Returns the next prime number after a number (nb)
nb | The number to check |