loop #2

Merged
cromer merged 11 commits from loop into master 2021-06-19 23:03:40 -04:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 819b618e0f - Show all commits

View File

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

View File

@ -1 +1,4 @@
#ifndef _MYSHELLIN_USER
#define _MYSHELLIN_USER
char *get_user();
#endif