7 lines
74 B
C
7 lines
74 B
C
|
#ifndef FORMAT_H
|
||
|
# define FORMAT_H
|
||
|
|
||
|
char *ft_formater(char *str);
|
||
|
|
||
|
#endif
|