-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathft_minitalk.h
More file actions
26 lines (21 loc) · 1.14 KB
/
ft_minitalk.h
File metadata and controls
26 lines (21 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_minitalk.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: alisharu <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/22 21:05:36 by alisharu #+# #+# */
/* Updated: 2025/11/22 21:05:38 by alisharu ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_MINITALK_H
# define FT_MINITALK_H
# include <signal.h>
# include <unistd.h>
# include <stdlib.h>
# include <stdio.h>
# include "libft/libft.h"
# include "libft/printf/ft_printf.h"
unsigned char *ft_strjoincharacter(unsigned char *str, unsigned char c);
#endif