Skip to content

Commit

Permalink
Merge pull request #3 from WalidAR6/bonus
Browse files Browse the repository at this point in the history
Bonus
  • Loading branch information
WalidAR6 authored Nov 23, 2022
2 parents f9cbba7 + 90c48b3 commit 1bc8506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
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 1bc8506

Please sign in to comment.