-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ana Laura Da Silva Volkmann
committed
May 24, 2024
1 parent
da02524
commit 41d09bf
Showing
4 changed files
with
169 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
/* By: ana-lda- <[email protected]> +#+ +:+ +#+ */ | ||
/* +#+#+#+#+#+ +#+ */ | ||
/* Created: 2024/05/17 11:03:21 by ana-lda- #+# #+# */ | ||
/* Updated: 2024/05/17 11:07:51 by ana-lda- ### ########.fr */ | ||
/* Updated: 2024/05/24 16:32:49 by ana-lda- ### ########.fr */ | ||
/* */ | ||
/* ************************************************************************** */ | ||
|
||
|
@@ -17,13 +17,15 @@ | |
# include <stdlib.h> | ||
|
||
# ifndef BUFFER_SIZE | ||
# define BUFFER_SIZE 1000 | ||
#endif | ||
# define BUFFER_SIZE 1000 | ||
# endif | ||
|
||
size_t ft_strlen(char *s); | ||
char *ft_getline(char *laststr); | ||
char *ft_strchr(char *s, int c); | ||
char *ft_new_left_str(char *laststr); | ||
char *ft_strjoin(char *laststr, char *buf); | ||
size_t ft_strlen(char *s); | ||
char *ft_getline(char *laststr); | ||
char *ft_strchr(char *s, int c); | ||
char *ft_new_left_str(char *laststr); | ||
char *ft_strjoin(char *laststr, char *buf); | ||
char *ft_read_left_str(int fd, char *laststr); | ||
char *get_next_line(int fd); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
primeira linha | ||
segunda linha | ||
|
||
quarta linha | ||
|
||
sexta linha |