42sh 1.0.0
Create a shell in C
|
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 |