9#ifndef INTERNAL_COMMANDS_H
10#define INTERNAL_COMMANDS_H
30int cd(
int nargs,
char **args);
44int echo(
int nargs,
char **args);
57int pwd(
int nargs,
char **args);
int pwd(int nargs, char **args)
Print the full filename of the current working directory.
Definition pwd.c:19
int cd(int nargs, char **args)
Change the shell working directory.
Definition cd.c:20
int echo(int nargs, char **args)
Write arguments to the standard output.
Definition echo.c:19
bool option
Definition internal_commands.h:17