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

The file containing the my_str_nbr_base_unsigned_short function. More...

#include "my.h"

Functions

char * my_str_nbr_base_unsigned_short (unsigned short nbr, char const *base)
 Returns the string conversion of an unsigned short number (nbr) in specific base (base)
 

Detailed Description

The file containing the my_str_nbr_base_unsigned_short function.

Author
Nicolas TORO

Function Documentation

◆ my_str_nbr_base_unsigned_short()

char * my_str_nbr_base_unsigned_short ( unsigned short nbr,
char const * base )

Returns the string conversion of an unsigned short number (nbr) in specific base (base)

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