Propagate make variables to sub make
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/01/20 11:56:37 by gbaconni #+# #+# */
|
||||
/* Updated: 2022/04/26 17:43:42 by gbaconni ### ########.fr */
|
||||
/* Updated: 2022/04/26 18:41:30 by gbaconni ### lausanne.ch */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -27,11 +27,12 @@ int ft_vprintf_string(const char *format, va_list ap)
|
||||
}
|
||||
|
||||
const char *f;
|
||||
int flags;
|
||||
int precision;
|
||||
int len;
|
||||
int flags;
|
||||
precision = 0;
|
||||
flags = 0;
|
||||
flags = ft_vprintf_flags_bonus(format, ap);
|
||||
(void) flags;
|
||||
f = format;
|
||||
while (*f != '\0')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user