add user name printing and newline stripping

This commit is contained in:
2021-06-19 20:05:20 -04:00
parent cc74038008
commit 93ace63885
5 changed files with 39 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
void remove_new_line(char *line);
void print_input_line();
void loop();

1
src/include/user.h Normal file
View File

@@ -0,0 +1 @@
char *get_user();