-
Notifications
You must be signed in to change notification settings - Fork 0
/
minitalk.h
22 lines (18 loc) · 1.05 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: fvieira <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/09 18:52:12 by fvieira #+# #+# */
/* Updated: 2022/12/13 13:39:42 by fvieira ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINITALK_H
# define MINITALK_H
# include "./libft/libft.h"
# include <signal.h>
# include <stdio.h>
unsigned char *ft_alt_strjoin(unsigned char *s1, unsigned char c);
#endif