-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.h
More file actions
25 lines (23 loc) · 1.14 KB
/
Copy pathheader.h
File metadata and controls
25 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* header.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: iadjedj <iadjedj@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2015/02/02 16:14:31 by iadjedj #+# #+# */
/* Updated: 2015/02/04 00:55:25 by iadjedj ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef HEADER_H
# define HEADER_H
# include "libft/libft.h"
# include <stdlib.h>
# include <unistd.h>
# include <fcntl.h>
# include <time.h>
# define BUFF_SIZE 2048
int get_next_line(int const fd, char **line);
int ft_wstrlen(char *str);
void censure(char *mot);
#endif