Added Allowed functions to README.md
This commit is contained in:
parent
556c6b21aa
commit
480621a3fb
12
README.md
12
README.md
@ -1 +1,13 @@
|
|||||||
# Minishell
|
# Minishell
|
||||||
|
|
||||||
|
## Alowed functions
|
||||||
|
readline, rl_clear_history, rl_on_new_line,
|
||||||
|
rl_replace_line, rl_redisplay, add_history,
|
||||||
|
printf, malloc, free, write, access, open, read,
|
||||||
|
close, fork, wait, waitpid, wait3, wait4, signal,
|
||||||
|
sigaction, sigemptyset, sigaddset, kill, exit,
|
||||||
|
getcwd, chdir, stat, lstat, fstat, unlink, execve,
|
||||||
|
dup, dup2, pipe, opendir, readdir, closedir,
|
||||||
|
strerror, perror, isatty, ttyname, ttyslot, ioctl,
|
||||||
|
getenv, tcsetattr, tcgetattr, tgetent, tgetflag,
|
||||||
|
tgetnum, tgetstr, tgoto, tputs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user