Grammar
This commit is contained in:
parent
ca56d34983
commit
3c67499da2
4
main.c
4
main.c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue