Skip to content

Commit

Permalink
header file bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
Walid Araissi committed Nov 23, 2022
1 parent 6ae11b4 commit 90c48b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion get_next_line_bonus.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: waraissi <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/18 11:27:53 by waraissi #+# #+# */
/* Updated: 2022/11/18 15:18:45 by waraissi ### ########.fr */
/* Updated: 2022/11/23 17:09:21 by waraissi ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -20,6 +20,7 @@
# include<unistd.h>
# include<stdlib.h>
# include<limits.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 90c48b3

Please sign in to comment.