42_minishell/format/format.h

7 lines
74 B
C
Raw Normal View History

#ifndef FORMAT_H
# define FORMAT_H
char *ft_formater(char *str);
#endif