| 
    A-maze-D documentation 1.0.0
    
   | 
 
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 |