]> git.dkaiser.de - 42/minishell.git/commitdiff
added in header as well
authorChristopher Uhlig <chuhlig@2-D-4.42heilbronn.de>
Mon, 5 Aug 2024 11:55:36 +0000 (13:55 +0200)
committerChristopher Uhlig <chuhlig@2-D-4.42heilbronn.de>
Mon, 5 Aug 2024 11:55:36 +0000 (13:55 +0200)
lib/libft/libft.h

index 2de723bb0d1f08b70fdb2af91d4f4a8271443634..67fbb0f038b8e89e92cbe09f6fef30442c7b4da5 100644 (file)
@@ -3,10 +3,10 @@
 /*                                                        :::      ::::::::   */
 /*   libft.h                                            :+:      :+:    :+:   */
 /*                                                    +:+ +:+         +:+     */
-/*   By: dkaiser <dkaiser@student.42heilbronn.de    +#+  +:+       +#+        */
+/*   By: chuhlig <chuhlig@student.42.fr>            +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2024/03/10 16:37:54 by dkaiser           #+#    #+#             */
-/*   Updated: 2024/06/24 16:44:44 by dkaiser          ###   ########.fr       */
+/*   Updated: 2024/08/05 13:55:13 by chuhlig          ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
@@ -57,6 +57,7 @@ void                          ft_putchar_fd(char c, int fd);
 void                           ft_putstr_fd(char *s, int fd);
 void                           ft_putendl_fd(char *s, int fd);
 void                           ft_putnbr_fd(int n, int fd);
+char                           *ft_strncpy(char *s1, char *s2, int n);
 
 typedef struct s_list
 {