42_minishell/format/format.h
2023-03-10 12:32:39 +01:00

7 lines
74 B
C

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