Initial commit
This commit is contained in:
14
include/cmd_utils.h
Normal file
14
include/cmd_utils.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int builtin_func_num();
|
||||
int show_author();
|
||||
void init_shell();
|
||||
int reverse_exit(char **args);
|
||||
int reverse_help(char **args);
|
||||
char *read_input();
|
||||
int reverse_external_execute(char **args);
|
||||
void reverse_command(char *args);
|
||||
int reverse_execute(char **args);
|
||||
char **split_cmd(char *line);
|
||||
|
||||
Reference in New Issue
Block a user