-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathft_pstderr3.c
18 lines (16 loc) · 1007 Bytes
/
ft_pstderr3.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_pstderr3.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: abenamar <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/08/10 17:43:54 by abenamar #+# #+# */
/* Updated: 2023/09/15 10:56:14 by abenamar ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
int ft_pstderr3(char *s1, char *s2, char *s3)
{
return (ft_pstderr4(s1, s2, s3, NULL));
}