tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
u_len_base.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* u_len_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/16 17:31:15 by tgrekov #+# #+# */
/* Updated: 2024/02/13 06:26:12 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file u_len_base.c.

#include "internal_types.h"
Include dependency graph for u_len_base.c:

Go to the source code of this file.

Functions

int u_len_base (t_ubiggest n, int base)
 Determine the length of unsigned number n in base base.
 

Function Documentation

◆ u_len_base()

int u_len_base ( t_ubiggest  n,
int  base 
)

Determine the length of unsigned number n in base base.

Parameters
[in]n
[in]base
Return values
intLength of n.

Definition at line 29 of file u_len_base.c.

Here is the caller graph for this function: