MiniDevil
As beautiful as a shell
Implements pwd: prints current working directory.
More...
Include dependency graph for builtin_pwd.c:Implements pwd: prints current working directory.
Definition in file builtin_pwd.c.
Functions | |
| int | builtin_pwd (void) |
Implement the pwd command. More... | |
| int builtin_pwd | ( | void | ) |
Implement the pwd command.
Prints the current working directory to STDOUT
Definition at line 24 of file builtin_pwd.c.
Referenced by exec_builtin().
Here is the caller graph for this function: