Skip to content

Commit

Permalink
Update shell.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Jul 26, 2023
1 parent a5b497e commit d38f796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void free_array(char **arr);
int _fputchar(int fd, char c);
int _fputint(int fd, int num);
int _fputstr(int fd, char *str);
int _fprintf(int fd, const char *format, ...);
int _fprintf(int fd, const char *format, char *s1, int n1, char *s2);
char **strtoarr(char *str, char delim);
int print_prompt(char *prompt);
ssize_t _getline(char **line);
Expand Down

0 comments on commit d38f796

Please sign in to comment.