move input to separate file

This commit is contained in:
2021-06-26 22:38:22 -04:00
parent 53e3c1e276
commit 907af65b94
3 changed files with 33 additions and 22 deletions

View File

@@ -15,9 +15,13 @@
#ifndef _MYSHELLIN_CONSOLE_LINE
#define _MYSHELLIN_CONSOLE_LINE
#define CONSOLE_BUFFER_SIZE 1024
char *get_user();
char *get_working_directory();
void print_input_line();
char *get_console_input();
#endif