mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 15:08:47 +02:00
「🔨」 fix(libft): fixed compilation errors
This commit is contained in:
@ -6,10 +6,12 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/10/31 12:42:36 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/04/16 18:09:42 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/04/30 11:03:32 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
uint ft_strlen(const char *s)
|
||||
{
|
||||
const char *endptr;
|
||||
|
Reference in New Issue
Block a user