Define SPECIFIERS macro and use it everyhere.

This commit is contained in:
gbaconni
2022-04-29 09:12:07 +02:00
parent 38021fb98f
commit 5734b6b29b
6 changed files with 16 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
/* By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/01/20 11:43:52 by gbaconni #+# #+# */
/* Updated: 2022/04/26 15:20:34 by gbaconni ### ########.fr */
/* Updated: 2022/04/29 08:48:39 by gbaconni ### lausanne.ch */
/* */
/* ************************************************************************** */
@@ -15,7 +15,7 @@
int ft_vprintf(char const *format, va_list ap)
{
int ret;
ret = 0;
while (*format != 0)
{