mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-10 22:58:45 +02:00
「🏗️」 wip: Work in progress
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/03 19:35:01 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/05/23 20:01:55 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/06/06 14:37:07 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angoulem +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/01 22:03:09 by mmoussou #+# #+# */
|
||||
/* Updated: 2023/11/11 13:19:18 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/06/10 17:13:04 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -23,5 +23,5 @@ int ft_strncmp(const char *s1, const char *s2, unsigned int n)
|
||||
return (((unsigned char *)s1)[i] - ((unsigned char *)s2)[i]);
|
||||
i++;
|
||||
}
|
||||
return (0);
|
||||
return (((unsigned char *)s1)[i] - ((unsigned char *)s2)[i]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user