22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /* ************************************************************************** */
 | |
| /*                                                                            */
 | |
| /*                                                        :::      ::::::::   */
 | |
| /*   cmd_private.h                                      :+:      :+:    :+:   */
 | |
| /*                                                    +:+ +:+         +:+     */
 | |
| /*   By: cchauvet <cchauvet@student.42angouleme.fr  +#+  +:+       +#+        */
 | |
| /*                                                +#+#+#+#+#+   +#+           */
 | |
| /*   Created: 2023/03/28 15:50:23 by cchauvet          #+#    #+#             */
 | |
| /*   Updated: 2023/03/31 16:33:24 by alouis-j         ###   ########.fr       */
 | |
| /*                                                                            */
 | |
| /* ************************************************************************** */
 | |
| 
 | |
| #ifndef CMD_PRIVATE_H
 | |
| # define CMD_PRIVATE_H
 | |
| # include <sys/types.h>
 | |
| # include <sys/wait.h>
 | |
| # include "./cmd.h"
 | |
| # include "../libftx/libftx.h"
 | |
| # include "../data/data.h"
 | |
| # include "../utils/utils.h"
 | |
| #endif
 |