Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenni-Foued committed Nov 1, 2020
1 parent 1183ba2 commit 4eaed74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ int (*printer(char formati))(va_list)
{'u', print_u},
{'x', print_x},
{'X', print_X},
{'o', print_o},
{'\0', NULL}
};
int i = 0;
Expand Down

0 comments on commit 4eaed74

Please sign in to comment.