precision des commentaires pour le fonctionnement de printf
This commit is contained in:
9
ft_printf.h
Normal file
9
ft_printf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef FT_PRINTF_H
|
||||
# define FT_PRINTF_H
|
||||
# include <stdlib.h>
|
||||
# include <stdio.h>
|
||||
# include <stdarg.h>
|
||||
|
||||
int ft_printf(char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user