42sh 1.0.0
Create a shell in C
|
The file containing the my_str_nbr_short_short function. More...
#include "my.h"
Functions | |
char * | my_str_nbr_short_short (signed char nb) |
Returns the string conversion of a short short number (nb) | |
The file containing the my_str_nbr_short_short function.
char * my_str_nbr_short_short | ( | signed char | nb | ) |
Returns the string conversion of a short short number (nb)
nb | The number to convert |