standardize format

This commit is contained in:
2021-06-26 21:20:36 -04:00
parent f963198fdf
commit 53e3c1e276
4 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
#ifndef _MYSHELLIN_CONSOLE_LINE
#define _MYSHELLIN_CONSOLE_LINE
char *get_user();
char *get_working_directory();
void print_input_line();
#endif