myshell
2.0.0
Loading...
Searching...
No Matches
msh_redirects.h
1
//
2
// Created by andrew on 11/8/23.
3
//
4
5
#ifndef MYSHELL_MSH_REDIRECTS_H
6
#define MYSHELL_MSH_REDIRECTS_H
7
8
#include "types/msh_redirect.h"
9
#include "
types/msh_token.h
"
10
11
redirects_t
parse_redirects
(tokens_t &tokens);
12
13
#endif
//MYSHELL_MSH_REDIRECTS_H
parse_redirects
redirects_t parse_redirects(tokens_t &tokens)
Parse redirects from command's tokens.
Definition
msh_redirects.cpp:57
msh_token.h
Token structure and related types.
inc
internal
msh_redirects.h
Generated by
1.10.0