Norminette

This commit is contained in:
Timo Schmidt 2023-03-24 01:31:57 +01:00
parent baae624589
commit 9a9e9102eb
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/19 11:27:43 by tischmid #+# #+# */
/* Updated: 2023/03/24 01:27:57 by tischmid ### ########.fr */
/* Updated: 2023/03/24 01:31:35 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
@ -40,7 +40,8 @@ char *ft_strcapitalize(char *str)
/* ////
#include <stdio.h>
#define STR "salut, com0123456789ment tu vas ? 42mots quarante-deux; cinquante+et+un"
#define STR "salut, com0123456789ment tu vas ? 42" \
"mots quarante-deux; cinquante+et+un"
int main(void)
{