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