Skip to content
Snippets Groups Projects
Commit 87d053ad authored by Vanshika Mohan Bongade's avatar Vanshika Mohan Bongade
Browse files

Upload New File

parent 2de9aaa1
Branches
No related tags found
No related merge requests found
#ifndef __DSHLIB_H__
#define __DSHLIB_H__
#include "rshlib.h"
#define SH_PROMPT "dsh4> "
#define EXIT_CMD "exit"
int exec_local_cmd_loop();
int exec_builtin_command(Built_In_Cmds cmd_type, char *arg);
void free_command_list(command_list_t *clist);
#endif // __DSHLIB_H__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment