get current working directory for the console line

This commit is contained in:
2021-06-19 20:52:42 -04:00
parent 21448cee37
commit 7c277d99bd
2 changed files with 20 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
#ifndef _MYSHELLIN_LOOP
#define _MYSHELLIN_LOOP
void remove_new_line(char *line);
char *get_working_directory();
void print_input_line();
void loop();
#endif