add user name printing and newline stripping
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
void remove_new_line(char *line);
|
||||
void print_input_line();
|
||||
void loop();
|
||||
|
1
src/include/user.h
Normal file
1
src/include/user.h
Normal file
@@ -0,0 +1 @@
|
||||
char *get_user();
|
Reference in New Issue
Block a user