mirror of
https://github.com/DavidGailleton/42-ft_printf.git
synced 2026-04-28 14:24:34 +02:00
some fix on printf
This commit is contained in:
@@ -40,8 +40,8 @@ int ft_putnbr_base(unsigned int nbr, char *base, int base_size, int limit)
|
||||
return (ft_putnbr_base_extra(nbr, base, base_size));
|
||||
}
|
||||
|
||||
static int ft_putnbr_base_ll_extra(unsigned long long nbr
|
||||
, char *base, int base_size)
|
||||
static int ft_putnbr_base_ll_extra(unsigned long long nbr, char *base,
|
||||
int base_size)
|
||||
{
|
||||
int i;
|
||||
char temp;
|
||||
|
||||
Reference in New Issue
Block a user