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

The file containing the my_nbrlen function. More...

#include "my.h"

Functions

int my_nbrlen (int nb)
 Returns the length of a number (nb)
 

Detailed Description

The file containing the my_nbrlen function.

Author
Nicolas TORO

Function Documentation

◆ my_nbrlen()

int my_nbrlen ( int nb)

Returns the length of a number (nb)

Parameters
nbThe number to check
Returns
int The length of the number
Author
Nicolas TORO