This commit is contained in:
Timo Schmidt 2023-03-19 06:21:02 +01:00
parent ca56d34983
commit 3c67499da2
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -6,7 +6,7 @@
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/18 20:15:26 by jtorrez- #+# #+# */
/* Updated: 2023/03/19 04:22:13 by tischmid ### ########.fr */
/* Updated: 2023/03/19 06:20:53 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,7 +15,7 @@ int ft_atoi(char *str);
void ft_putchar(char c);
void ft_putstr(char *str);
// entry point of the program
// Entry point of the program
// Parses the program arguments and fails if the number of passed
// arguments is not 2.
// Also fails if the passed arguments are out of