diff options
Diffstat (limited to 'src/p_args.h')
-rw-r--r-- | src/p_args.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/p_args.h b/src/p_args.h new file mode 100644 index 0000000..fa61d92 --- /dev/null +++ b/src/p_args.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* p_args.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef P_ARGS_H +#define P_ARGS_H + +#include <stdint.h> + +char **p_split_args(char word[], int8_t redir); + +#endif |