tgrekov-pipex
HIVE pipex May 2024
|
Definition in file u_len_base.c.
#include "internal_types.h"
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 . | |
int u_len_base | ( | t_ubiggest | n, |
int | base | ||
) |
Determine the length of unsigned number n
in base base
.
[in] | n | |
[in] | base |
int | Length of n . |
Definition at line 29 of file u_len_base.c.