aboutsummaryrefslogtreecommitdiff
path: root/sh/parser.h
blob: 9f1a131b3d925d20e9b5650885032e4b782f170f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
 */
#ifndef PARSER_H
#define PARSER_H

int parseCommand(int, char **);
int splitCommand(char [4096], char *[4096]);

#endif /* PARSER_H */