style(includes): header of gnl is now in the includes file
This commit is contained in:
parent
10d1563a89
commit
eb7bc20725
1 changed files with 0 additions and 33 deletions
|
|
@ -1,33 +0,0 @@
|
||||||
/* ************************************************************************** */
|
|
||||||
/* */
|
|
||||||
/* ::: :::::::: */
|
|
||||||
/* get_next_line.h :+: :+: :+: */
|
|
||||||
/* +:+ +:+ +:+ */
|
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
|
||||||
/* +#+#+#+#+#+ +#+ */
|
|
||||||
/* Created: 2023/11/18 17:12:04 by rparodi #+# #+# */
|
|
||||||
/* Updated: 2023/11/23 18:15:34 by rparodi ### ########.fr */
|
|
||||||
/* */
|
|
||||||
/* ************************************************************************** */
|
|
||||||
|
|
||||||
#ifndef GET_NEXT_LINE_H
|
|
||||||
# define GET_NEXT_LINE_H
|
|
||||||
# ifndef BUFFER_SIZE
|
|
||||||
# define BUFFER_SIZE 420
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# include <unistd.h>
|
|
||||||
# include <stdlib.h>
|
|
||||||
|
|
||||||
char *ft_get_line(char *str);
|
|
||||||
char *get_next_line(int fd);
|
|
||||||
int ft_strchr(char *str, char c);
|
|
||||||
char *ft_get_next(char *str);
|
|
||||||
char *ft_get_line(char *str);
|
|
||||||
char *ft_strjoin(char *s1, char *s2, int i, int j);
|
|
||||||
size_t ft_strlen(char const *str);
|
|
||||||
char *file_converted(int fd);
|
|
||||||
char *ft_free(char *str);
|
|
||||||
char *ft_check(char *memory, int fd);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue