42sh 1.0.0
Create a shell in C
|
The file containing the my_is_prime function. More...
#include "my.h"
Functions | |
int | my_is_prime (int nb) |
Returns 1 if the number (nb) is prime and 0 otherwise. | |
The file containing the my_is_prime function.
int my_is_prime | ( | int | nb | ) |
Returns 1 if the number (nb) is prime and 0 otherwise.
nb | The number to check |