-
Notifications
You must be signed in to change notification settings - Fork 0
/
minitalk.h
22 lines (18 loc) · 1.01 KB
/
minitalk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: bkaztaou <bkaztaou@student.1337.ma> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/07/10 00:41:44 by bkaztaou #+# #+# */
/* Updated: 2023/07/10 00:54:22 by bkaztaou ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <unistd.h>
# include <signal.h>
# include <limits.h>
int ft_atoi(const char *str);
#endif