-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
23 lines (19 loc) · 1.04 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
23
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: yhadari <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/06/12 15:45:40 by yhadari #+# #+# */
/* Updated: 2021/06/15 17:30:36 by yhadari ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include <unistd.h>
# include <signal.h>
# include <stdlib.h>
void ft_putnbr_fd(int n, int fd);
int ft_atoi(const char *str);
#endif