in file & out file work prety well

This commit is contained in:
Camille Chauvet
2023-02-02 17:27:26 +01:00
parent 33cccda0ad
commit 088a3be5eb
24 changed files with 196 additions and 41 deletions

Binary file not shown.

View File

@ -12,7 +12,7 @@
#include "ft_printf.h"
int ft_printf(const char *format, ...)
int ft_eprintf(const char *format, ...)
{
va_list va;
int i;

BIN
libftx/printf/ft_eprintf.o Normal file

Binary file not shown.

Binary file not shown.