Skip to content

Commit

Permalink
header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Walid Araissi committed Nov 23, 2022
1 parent c9645e5 commit 6ae11b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion get_next_line.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: waraissi <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/13 19:35:47 by waraissi #+# #+# */
/* Updated: 2022/11/17 18:21:23 by waraissi ### ########.fr */
/* Updated: 2022/11/22 17:33:36 by waraissi ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -20,6 +20,8 @@
# include<unistd.h>
# include<stdlib.h>
# include<stdio.h>
# include<fcntl.h>


size_t ft_strlen(char *str);
size_t ft_strlcpy(char *dst, char *src, size_t n);
Expand Down

0 comments on commit 6ae11b4

Please sign in to comment.