| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_isneg function. More...
#include "my.h"Functions | |
| void | my_isneg (int n) | 
| Prints 'P' if the number (n) is positive or 'N' if the number (n) is negative.   | |
The file containing the my_isneg function.
| void my_isneg | ( | int | nb | ) | 
Prints 'P' if the number (n) is positive or 'N' if the number (n) is negative.
| nb | The number to check |