-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitalk.h
24 lines (20 loc) · 1.09 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: mkhaing <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/02 01:47:53 by mkhaing #+# #+# */
/* Updated: 2023/11/20 07:36:08 by mkhaing ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include "libft/ft_printf.h"
# include "libft/libft.h"
# include <signal.h>
# include <sys/types.h>
char *ft_char_to_binary(char c);
char ft_binary_to_char(const char *binary);
#endif