-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
24 lines (20 loc) · 1.07 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
24
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: alajara- <alajara-@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/11/04 21:59:00 by alajara- #+# #+# */
/* Updated: 2021/11/04 22:17:00 by alajara- ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include "libft.h"
# include <signal.h>
int ft_free(unsigned char **s);
int ft_error(int code);
int ft_isvalid(char *id);
void ft_check(int signal);
#endif