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

The file containing the my_putnbr function. More...

#include "my.h"

Functions

void my_putnbr (int nb)
 Prints a number (nb) in stdout.
 

Detailed Description

The file containing the my_putnbr function.

Author
Nicolas TORO

Function Documentation

◆ my_putnbr()

void my_putnbr ( int nb)

Prints a number (nb) in stdout.

Parameters
nbThe number to print
Returns
void
Author
Nicolas TORO