Remove ft_putchar declaration

This commit is contained in:
Timo Schmidt 2023-03-19 02:12:44 +01:00
parent 142c7f5298
commit eb9c0e734b
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */ /* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/18 22:35:00 by tischmid #+# #+# */ /* Created: 2023/03/18 22:35:00 by tischmid #+# #+# */
/* Updated: 2023/03/18 23:44:07 by tischmid ### ########.fr */ /* Updated: 2023/03/19 00:56:29 by tischmid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -15,7 +15,6 @@
char *ft_strcpy(char *s1, char *s2); char *ft_strcpy(char *s1, char *s2);
char *ft_strcat(char *s1, char *s2); char *ft_strcat(char *s1, char *s2);
void ft_putchar(char c);
void ft_putstr(char *str); void ft_putstr(char *str);
void ft_putnbr(int nb); void ft_putnbr(int nb);
int ft_atoi(char *str); int ft_atoi(char *str);