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

The file containing the my_putnbr_base function. More...

#include "my.h"

Functions

void my_putnbr_base (int nbr, char const *base)
 Prints a number (nb) in the requested base (base) in stdout.
 

Detailed Description

The file containing the my_putnbr_base function.

Author
Nicolas TORO

Function Documentation

◆ my_putnbr_base()

void my_putnbr_base ( int nbr,
char const * base )

Prints a number (nb) in the requested base (base) in stdout.

Parameters
nbrThe number to print
baseThe base to use
Returns
void
Author
Nicolas TORO