42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_str_nbr.c File Reference

The file containing the my_str_nbr function. More...

#include "my.h"

Functions

char * my_str_nbr (int nb)
 Returns the string conversion of a number (nb)
 

Detailed Description

The file containing the my_str_nbr function.

Author
Nicolas TORO

Function Documentation

◆ my_str_nbr()

char * my_str_nbr ( int nb)

Returns the string conversion of a number (nb)

Parameters
nbThe number to convert
Returns
char* The string conversion of the number
Author
Nicolas TORO