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:
@@ -13,6 +13,7 @@
|
||||
#ifndef FT_PRINTF_H
|
||||
# define FT_PRINTF_H
|
||||
|
||||
int ft_printf(const char *first_arg, ...) __attribute__((format(printf, 1, 2)));
|
||||
int ft_printf(const char *first_arg, ...);
|
||||
|
||||
int ft_putnbr_base(unsigned long long nbr, char *base, int base_size);
|
||||
|
||||
Reference in New Issue
Block a user